Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Else if
Post: RE: Else if

Thank you cygnus. I was making it more confusing than it was.
JohnnyCanuck Homework 5 3,659 Jul-20-2017, 08:17 PM
    Thread: Else if
Post: RE: Else if

Sorry. That was what I had changed the code to def greater_less_equal_5(answer): if ________: return 1 elif ________: return -1 else: return 0 pr...
JohnnyCanuck Homework 5 3,659 Jul-20-2017, 07:43 PM
    Thread: Else if
Post: Else if

I don't understand what the (answer), (4), (5), or (6) they want. def greater_less_equal_5(answer): if 2 + 2: return 1 elif 6 - 1: return -1 else: return...
JohnnyCanuck Homework 5 3,659 Jul-20-2017, 06:45 PM

User Panel Messages

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