Q. What will be the output of the following code?
Code:
print(1**(30**2))
β
Correct Answer: (A)
1
print(1**(30**2))
You must be Logged in to update hint/solution