Source Code:
(back to article)
for i in range(1, 6): print(i)
Result:
Report an issue