You are viewing a single comment's thread. Return to all comments →
f name == 'main': n = int(input()) for i in range(1,4): print(i, end = "")
that is working properly becausse we need starting from 1 to end before 4 and it give us 123
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 →
f name == 'main': n = int(input()) for i in range(1,4): print(i, end = "")
that is working properly becausse we need starting from 1 to end before 4 and it give us 123