Infinite loop
i = 0
while True:
i += 1
print(i)
print("done")
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
i = 0
while True:
i += 1
print(i)
print("done")