Comment puis-je augmenter le nombre dans l'instruction input en python?

Exemples de code

0
0

Comment puis-je augmenter le nombre dans l'instruction 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
  

Pages connexes

Pages d'exemples similaires

Dans d'autres langues

Cette page est dans d'autres langues

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