Hi, what is wrong with my code here?
1 2 3 4 5 6 |
twinkies = 250 if twinkies = > 100 and twinkies < = 500 : print ( 'too few or too many' ) else : print ( 'neither' ) |