Computer Science, asked by adititisha, 2 months ago

Givetheoutputofthefollowingwhenx=2,y=3,z=1
a. >>>x=x+(y/z)-x
>>> print(x)
b. >>>z=z**y
>>> print(z)

Answers

Answered by manishmanna99
0

Answer:

(a).>>>x=X+(y/z)-x

>>>print(X)

Similar questions