python-project/various other things/python multiplier.py

5 lines
43 B
Python
Raw Permalink Normal View History

2019-07-15 11:16:41 -05:00
x = 5
for x in range(1000):
x*5
print(x)