retard learning python here
is there any reason to not do like
cheese : int = 1
for every variable instead of
cheese = 1?
In my brain telling the computer that it will always be a int will make it faster. The cheese in a program will never not be int so it should always expect an int when dealing with cheese.