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

2 lines
49 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
print ( ', '.join(str(i+1) for i in range(10)) )