Python ValueError: invalid literal for int() with base 10:& ValueError : could not convert string to float

后端 未结 0 1160
南旧
南旧 2021-01-19 03:28

I\'m experiencing ValueError every other time I run the code.

case = int(input())
for c in range(case) :
    print(c)

When I run this code ev

相关标签:
回答
  • 消灭零回复
提交回复
热议问题