Determine the output.
X=2
Y=3
Z=X**Y+3
X=Y+5
print(“Value of Z=”,Z)
print(“value of X=”,X)
Answers
Answered by
2
Tell clearly so, that I will help you!!
Similar questions