How can I increase number in input statement in python?

Code examples

0
0

How can I increase number in input statement in 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
  

Similar pages

Similar pages with examples

In other languages

This page is in other languages

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