python make numbers go up to 100 code example Example: python better while loop that count up for number in range(1,101): print(number)