I am trying to loop from 100 to 0. How do I do this in Python? for i in range (100,0) doesn’t work. 17 Answers 17 Tags: loopspython