Computer Science, asked by jaatland163, 5 months ago

Predict the output of following:


x =10

y=7

p=(x+20)*y%3

print(p)



help me fast plz​

Answers

Answered by tushar12356
0

Explanation:

What is the output of the following program :

def myfunc(a):

a = a + 2

Similar questions