Python Forum
My code is not printing, how do I get it to do so?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My code is not printing, how do I get it to do so?
#2
Because you are checking if the integer value of your input grade is equal to (60, 61, 62)
which is a tuple and this condition can never be True so the print() function is never called
Reply


Messages In This Thread
RE: My code is not printing, how do I get it to do so? - by ThomasL - Sep-16-2019, 03:34 PM

Forum Jump:

User Panel Messages

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