小编fue*_*ell的帖子

python ==语法错误

我通过风车测试得到以下代码的语法错误.看起来它不喜欢==对我做错了什么的任何想法

counter = 0
while True:
    try:
        # some code goes here

    except:
        counter += 1
        # some code  goes here

        if counter == 3
            counter = 0
Run Code Online (Sandbox Code Playgroud)

python operators

1
推荐指数
1
解决办法
173
查看次数

标签 统计

operators ×1

python ×1