Python Forum
elif not responding on print
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
elif not responding on print
#3
@DeaDEyE, the ">" explains why some grades are off, but does not explain why entering 85 or 80 does not appear to produce any output. I am stumped. When I run the program it produces output (the wrong output) when I enter 85 or 80. Or am I mistaken about what is meant by this in the OP:
Output:
runfile('C:/Users/hp/Spyder/What is my Grade.py', wdir='C:/Users/hp/Spyder') Enter the Grade: 85 runfile('C:/Users/hp/Spyder/What is my Grade.py', wdir='C:/Users/hp/Spyder') Enter the Grade: 80 runcell(0, 'C:/Users/hp/Spyder/What is my Grade.py') Enter the Grade: 75
Entering 85 should print "You Got an BB! Congrats!" and entering 80 should print "You Got an CB! Congrats!". These are both incorrect, but there should be a message printed.

From what I can find about the spyder warning, it appears to only affect debugging. Python code runs correctly. What happens if you run you code outside of spyder?
Reply


Messages In This Thread
elif not responding on print - by EddieG - Jul-20-2023, 09:18 AM
RE: elif not responding on print - by DeaD_EyE - Jul-20-2023, 09:51 AM
RE: elif not responding on print - by deanhystad - Jul-20-2023, 05:37 PM
RE: elif not responding on print - by Pedroski55 - Jul-20-2023, 09:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pygame Rect Not Responding SomebodyImportant 1 1,632 May-02-2021, 01:27 PM
Last Post: BashBedlam
  IDLE stops responding upon saving tompi1 2 2,014 Oct-01-2020, 05:44 PM
Last Post: Larz60+
  Code is not responding abhishek81py 0 1,534 Jul-07-2020, 12:40 PM
Last Post: abhishek81py
  Sublime text not responding Mat 1 2,023 Mar-23-2020, 11:42 AM
Last Post: Fre3k
  IDLE not responding (Mac) Selinal 1 3,031 Aug-05-2019, 10:27 PM
Last Post: Larz60+
  Whats the right way to refactor this Big if/elif/elif ? pitosalas 1 2,319 Jul-28-2019, 05:52 PM
Last Post: ichabod801
  Client Server Game Pygame not responding Damien 2 3,231 Aug-04-2018, 06:19 PM
Last Post: micseydel
  Discord bot not responding to command [New User] Alabaster 0 3,446 May-20-2018, 06:34 PM
Last Post: Alabaster
  [Discord.py] Bot not responding? Ouindoze 2 10,185 Oct-10-2017, 01:35 AM
Last Post: Ouindoze

Forum Jump:

User Panel Messages

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