summaryrefslogtreecommitdiff
path: root/python/testData/debug/test1.py
blob: f65495913ff421093cd2c483353d19378a7ffcce (plain)
1
2
3
4
5
i = 0
while True:
	print(i)
	i = i + 1