Computer Science, asked by rishikakasturi, 5 months ago


Find the output of the folwing code:
p=21//5
q=p%4
R=p*a
p+=p+q-r
r*=p-q+r
Add
q+=p+q
print(p,q,r)

Answers

Answered by SweetestBitter
0

Answer:

p%4q+=p+q

hope this helps u....

Answered by Anonymous
2

Answer:

hello,

Explanation:

name error will come as "a"  is not defined...

hope it helps you

please mark brainliest

@ItzSnowySecret07

Similar questions