Source Code:
(back to article)
x = 5 for i in str(x): print(i)
Result:
Report an issue