blob: f65495913ff421093cd2c483353d19378a7ffcce [file] [log] [blame]
i = 0
while True:
print(i)
i = i + 1