Computer Science, asked by maanukakkat, 4 months ago

Predict the output of the following
a, b=2, 4
a, b=b, a**2
print(b, a)
print(a==b)

Answers

Answered by amanaby2005
0

Answer:

error

Explanation:

it will show error

Similar questions