Write a for-loop using the range() function to print all of the numbers from 100 to 0 code example
Example: how to print a number at the end of a for loop in python
for i in range(1,4):
if i == 3:
print(i)
for i in range(1,4):
if i == 3:
print(i)