• + 0 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