Minimum and Maximum Intergers?
I'm trying to program in a minimum and maximum number for a value to go up or down to. Is there any way I can do that in the dictionary that the integer is in, or do I need to import something for that? I know I can code in fail safe systems, but I was wondering if there was a way to make it so that it just cant go above or below certain numbers period.
Voters
Here's some pseudocode for what you need.