Junior — Senior
What does the 'is' operator return when variables are initialized identically
livecode
Task condition
Determine what value will be output by the 'is' operator if both variables receive the same object upon declaration.
a = b = 1
print(a is b)