Ten Count by roader

numero = eval(input())
numero2 = 0
while numero2 < 10:
    print (numero)
    numero = numero + 1
    numero2 = numero2 + 1

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

download

return to the top page