2 lines
49 B
Python
2 lines
49 B
Python
|
|
print ( ', '.join(str(i+1) for i in range(10)) )
|
|
|
print ( ', '.join(str(i+1) for i in range(10)) )
|