无效的语法(<未知>,第52行)pylint(语法错误)| Python

时间:2019-12-23 13:48:32

标签: python

我制造了不和谐的机器人

代码:

if sheet["A" + str(i)].value == a1.name:
rn = random.randint(1,100)
percent = sheet["B" + str(i)].value
level = sheet["C" + str(i)].value
cooltime = sheet["D" + str(i)].value
if datetime.datetime.now()- cooltime >= 120: <- This is Line 52

错误是:

  

无效的语法(第52行)pylint(语法错误)

我添加了更多信息。如果需要更多内容,请发表评论。

0 个答案:

没有答案