如何在python中增加输入语句中的数字?

代码示例

0
0

如何在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
  

类似页面

带有示例的类似页面

其他语言

此页面有其他语言版本

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