3 lines
42 B
Python
3 lines
42 B
Python
|
|
n=13
|
||
|
|
print(sorted(range(1,n+1), key=str))
|