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

2013-04-10 21:29:02 -07:00
print ( ', '.join(str(i+1) for i in range(10)) )