asked 78.1k views
3 votes
Correct the mistakes:

def mystery (a, b)
if (a>b and a > c):
return a
if (b> a and b > c):
print (b)
return c

asked
User Giuseppe
by
7.6k points

1 Answer

3 votes
The answer is C return and to be honest I took an educated guess on it
answered
User Eroak
by
7.5k points

No related questions found