You are viewing a single comment's thread. Return to all comments →
if __name__ == '__main__': n = int(input()) a = "" for n in range(n): n += 1 a += str(n) print(a)
Seems like cookies are disabled on this browser, please enable them to open this website
Print Function
You are viewing a single comment's thread. Return to all comments →