Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cant figure this out
#2
if x + y == ("usernamepassword.txt")
if you enter "username" for username and "password.txt" for password than this condition would be True:
otherwise it doesn´t make any sense at all.
You need to compare the contents of variable lines after reading the file with the contents of x and y.
Reply


Messages In This Thread
cant figure this out - by louiecooper - Nov-29-2019, 11:56 AM
RE: cant figure this out - by ThomasL - Nov-29-2019, 12:12 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020