Ten Count by z423x5c6

a=int(input())
for i in range(10):
 print(a+i)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page