python-project/various other things/python multiplier.py
2019-08-23 09:02:10 -05:00

5 lines
43 B
Python

x = 5
for x in range(1000):
x*5
print(x)