What would be output of this
code?
def func (a,b) :
c=a*"ь
return a
print (func (4,2))
16
4
2
8
Answers
Answered by
1
Answer:
4.
Explanation:
As it returns 'a' to print statement
Mark it as brainliest
Similar questions