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
Had to use .strip() function to remove unforeseen characters at the end of the line.