Comparing equal strings returns False?

后端 未结 1 1814
暖寄归人
暖寄归人 2020-12-12 08:11

So I\'m making a basic makeshift login validate thing with just a basic text file to \"pretend\" and what should return True is not. The username check works but not the pas

相关标签:
1条回答
  • 2020-12-12 08:35

    Had to use .strip() function to remove unforeseen characters at the end of the line.

    0 讨论(0)
提交回复
热议问题