¿Cómo puedo aumentar el número en la instrucción input en python?

Ejemplos de código

0
0

¿Cómo puedo aumentar el número en la instrucción input en python?

#     The most easist way imade it my self : */
  
#   imports: 
import itertools

# the loop you can also copy this 
while True:
    for i in itertools.count(start=1):
      
        add = ">>>"

        main = i * 1

        input(str(main) + " " + add)
        
        
# Thank You
  

Páginas relacionadas

Páginas de ejemplo relacionadas

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................