Computer Science, asked by srivarshinikanagaraj, 3 months ago

Explain how assignment is happening to
the variables and flow the
program. x,y=3,8
x, y, z = x+3,x+6,y+2
print (x, y, sep="$$")
x,z=z,x
prinr(x,y,z, end="")
print (x+y+z*2)

​ please give me an appropriate answer

Answers

Answered by aditiyagupta21
1

Answer:

i don't UNDERSTANDING YOURS question

Similar questions