line 14

60 views
Skip to first unread message

tundeade...@gmail.com

unread,
Sep 13, 2016, 7:26:39 PM9/13/16
to Python Challenge
please help on this challenge:


def greater_less_equal_5(answer):
    if ________:
        return 1
    elif ________:          
        return -1
    else:
        return 0
        
print greater_less_equal_5(4)
print greater_less_equal_5(5)
print greater_less_equal_5(6)

Reply all
Reply to author
Forward
0 new messages