VSCode is saying variables which use change using += 1 in python should be constants. Is this correct?

前端 未结 0 586
抹茶落季
抹茶落季 2020-11-30 15:07

Here is an extremely simplified version of my code below:

foo = 0
bar = 0
baz = 0
while True:
    answer = input(\'Type an input here: \')
    print(\'And do          


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