Python Forum
What the butt is MyProgramming lab asking me to do?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What the butt is MyProgramming lab asking me to do?
#2
Start with highest value:
value = None
if credits > 90:
    value = "senior"
elif ...
print(value)
Reply


Messages In This Thread
RE: What the butt is MyProgramming lab asking me to do? - by Larz60+ - Oct-01-2017, 08:49 AM

Forum Jump:

User Panel Messages

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