Python Basic Practice Questions
State True or False :
“In a Python program, if a break statement is given in a nested loop, it
terminates the execution of all loops in one go.”
What will be the output of the following statement ?
print(3-2**2**3+99/11)