Predict the output of following:
x =10
y=7
p=(x+20)*y%3
print(p)
help me fast plz
Answers
Answered by
0
Explanation:
What is the output of the following program :
def myfunc(a):
a = a + 2
Similar questions