Question #123064

def mystery1(x):

return x + 2


def mystery2(a, b = 7):

return a + b


#MAIN

n = int(input("Enter a number:"))

ans = mystery1(n) * 2 + mystery2 (n * 3)

print(ans) what is the output of the user enters -4

Expert's answer

answer: -9


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS