Making a login authentication program using .txt file to save the user details but i get ValueError: not enough values to unpack (expected 2, got 1)

前端 未结 0 2065
梦谈多话
梦谈多话 2021-01-30 22:08
granted = False
def grant():
  global granted
  granted = True

The login taking name and password in parameters to check if the user is already taken.

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