• + 1 comment

    i really enjoyed the map() hint:

    map(lambda x: print(x+1,sep= '', end='',),range(int(raw_input())))