Computer Science, asked by sahoonirupama043, 2 months ago

please answer this question
in process please​

Attachments:

Answers

Answered by RuwaisnZaid
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