+ 3
1st Feb 2018, 3:46 PM
Arjun Mahanty
Arjun Mahanty - avatar
3 Answers
+ 4
def number(x,y): if x>y: return x else: return y print('The greater number between 20 and 35 is',number(20,35)) This should fix the problem
1st Feb 2018, 3:59 PM
Ole113
Ole113 - avatar
+ 1
thx
1st Feb 2018, 4:25 PM
Arjun Mahanty
Arjun Mahanty - avatar
0
No return statement
21st Mar 2019, 5:47 AM
Mutinda James
Mutinda James - avatar