Computer Science, asked by vw1, 5 months ago

def function_3(a,b):
c = a*b
return a,b

Expected Outputs

function_3(1,1) == (2,1)
function_3(1,2) == (4,3)
function_3(5,2) == (20,19)
function_3(5,6) == (60,59)
function_3(-5,-6) == (60,59)

Please assist with the correct

Answers

Answered by aamanchaudhary12
8

Answer:

aaman Chaudhary please mark as brainlist

Answered by tina1370
3

Answer:

please mark as brainliest please

Explanation:

hope it helps you

Attachments:

vw1: not helping
Similar questions