What will be the output of the following Python code snippet?

x=4
x=x2
print(x)


Posted on by