def tryIt(a, b = 7):
return a + b
#MAIN
n = int(input('Enter a number: '))
ans = tryIt(n) * 2
print (and)
A)What is output if the user enters -5?
B)What is output if the user enters 7?
Answers
Answered by
2
Answer:
3
Explanation:
yedulud was the only person
Similar questions