Question: In Python, consider the following code: X = True While(x): Print(x is , x) X = not x and not x and x What is
In Python, consider the following code:
X = True
While(x):
Print(x is , x)
X = not x and not x and x
What is printed out and why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
