Question
Python problem

QUESTION 48 Write a function named was that accepts two integer values as arquments and returns the wake that is greater of t
0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: If you have any queries related the answer please do comment. I would be very happy to resolve all your queries.

Note: Brother sometimes while uploading on HomeworkLib the indentations change. So, I request you to verify it with screenshot once. This is the link where I have saved the code too

https://onlinegdb.com/Bk5nSyOwI

def findGreater(n1,n2):
if(n1>n2):
return n1;
elif(n2>n1):
return n2;
else:
return 0;

print(findGreater(7,12))

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
Python problem QUESTION 48 Write a function named was that accepts two integer values as arquments...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT