Hello guys...
How to do if I need to use some static variables? This could be a variable,defining last time I've did something.... The variable is only needed inside the actual logic, but I must not be reset....
If I declare a new variable in Python called "last_time=5" will this be static and not resat?
How to do if I need to use some static variables? This could be a variable,defining last time I've did something.... The variable is only needed inside the actual logic, but I must not be reset....
If I declare a new variable in Python called "last_time=5" will this be static and not resat?
Kommentar