Files
openide/python/testData/debug/test1.py
T

6 lines
40 B
Python

i = 0
while True:
print(i)
i = i + 1