What is the output of the following code snippet?
def avg(n1=2, n2=1, n3=0):
ni+n2+n3
print(sum/3)
sum =
# type your code here
avg(n1=21,n3=38)
Answers
Answered by
0
Refer to this attachment
Attachments:
Similar questions