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