Python Forum
Why does this elif_statement not work?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why does this elif_statement not work?
#2
You need parentheses after the lower on line 4. You're comparing the input to the method, not the result of calling the method.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Why does this elif_statement not work? - by Placebo - Oct-06-2018, 03:00 PM
RE: Why does this elif_statement not work? - by ichabod801 - Oct-06-2018, 03:01 PM

Forum Jump:

User Panel Messages

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