Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
inputs and if statements
#4
(Sep-08-2019, 01:26 PM)Vqlk Wrote: would that work with an if statement
Replace if ForgotPass.lower() == "no" or "n": with if ForgotPass.lower() in ("no", "n"): or if ForgotPass.lower() == "no" or ForgotPass.lower() == "n".
Reply


Messages In This Thread
inputs and if statements - by Vqlk - Sep-08-2019, 01:01 PM
RE: inputs and if statements - by luoheng - Sep-08-2019, 01:11 PM
RE: inputs and if statements - by Vqlk - Sep-08-2019, 01:26 PM
RE: inputs and if statements - by luoheng - Sep-08-2019, 01:35 PM

Forum Jump:

User Panel Messages

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