You are viewing a single comment's thread. Return to all comments →
for i in range(n): print(i + 1, end='')
Print Function
You are viewing a single comment's thread. Return to all comments →
for i in range(n): print(i + 1, end='')