
No License
Python
2021年03月08日
n = 0
while True:
print(n)
n = n + 1
No one still commented. Please first comment.
Output