My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
python
4 years ago
104 B
9
Indexable
n = int(input()) cont = "" for i in range(n): cont = cont + str(i+1) print(cont)
Editor is loading...