Source Code:
(back to article)
i = 1 while i <= 5: print(i) i += 1
Result:
Report an issue