我制造了不和谐的机器人
代码:
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(语法错误)
我添加了更多信息。如果需要更多内容,请发表评论。