Triangle Quest

  • + 0 comments

    The normal solution

    for i in range(1,int(input())): print(int(i * 10**i/9))