You are viewing a single comment's thread. Return to all comments →
i really enjoyed the map() hint:
map(lambda x: print(x+1,sep= '', end='',),range(int(raw_input())))
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 →
i really enjoyed the map() hint:
map(lambda x: print(x+1,sep= '', end='',),range(int(raw_input())))