The compiler shows “ '>' not supported between instances of 'str' and 'int' ”, even after defining the variable?

前端 未结 0 1226
囚心锁ツ
囚心锁ツ 2021-01-18 21:14

I didn\'t find any same problem online Here\'s my code.

a = int(80)
while a > 61:

TypeError: \'>\' not supported between instances of \

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