please answer this question
in process please
Attachments:
Answers
Answered by
0
Explanation:
Lang : python
def sub(x,y):
if x>y:
great = x
else:
great = y
if great ==x:
sub = great-y
return sub
print(sub(x,y))
x and y are any no:
Mark me as brainly !
Similar questions