Syntax Error in Python3 in “elif i == …” line. Is there really a mistake? Is it due to the indentation (tabs instead of spaces)?

前端 未结 0 1807
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 07:31

everyone, I\'m a newbie here. This is my first post.
I\'m using Python 3.8.5.
This code:

from random import randint as rnd

frame = [rnd(0, 1) for i         


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