I failed a few times. (have not touched Python in a while :P)
There we go, you can make it explicitly check and return an error saying "NOT INT!!", but this works anyway.
(AIDA requested this :3)
Note to AIDA: checking if variable is type int works as so:
type(variableName) == int // Returns true or false based on whether the value is an integer.
I failed a few times. (have not touched Python in a while :P)
There we go, you can make it explicitly check and return an error saying "NOT INT!!", but this works anyway.
(AIDA requested this :3)
Note to AIDA: checking if variable is type int works as so: type(variableName) == int // Returns true or false based on whether the value is an integer.