RosettaCodeData/Task/Loops-N-plus-one-half/Python/loops-n-plus-one-half-1.py

2 lines
49 B
Python

print ( ', '.join(str(i+1) for i in range(10)) )