You are viewing a single comment's thread. Return to all comments →
y="" for x in range(1, n+1): y=y+str(x) print(y)
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 →
y="" for x in range(1, n+1): y=y+str(x) print(y)