python tuple index out of range

前端 未结 0 899
醉话见心
醉话见心 2020-12-09 10:36

How to fix this error ?

for row in rows:
if (row[0] == username) & (row[1] == password) & (row[3] == \'False\'):
    print(\'Login Success.\')
else:
          


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