Computer Science, asked by farahabdullahi2749, 10 months ago

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 seema167358
2

Answer:

3

Explanation:

yedulud was the only person

Similar questions