aboutsummaryrefslogtreecommitdiff
path: root/src/Lecture4/live/live3.py
blob: 14aa89b8ddd05840eaf84499015aea813125ea0d (plain)
1
2
3
4
5
6
7
8
9
x = int(input("Input something: "))

A = [1,2,3]

for i in range(2,9):
	z = 10**i
	print("A power of 10:", z)
	
print("Bye")

Generated with cgit - Back to sebastiano.tronto.net