Computer Science, asked by tanmaychoudhary2003, 11 months ago

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 sam3535
1

Answer:

4.

Explanation:

As it returns 'a' to print statement

Mark it as brainliest

Similar questions