Junior — Senior
Determining the result of an expression with the 'or' operator
livecode
Task condition
What value will be assigned to the variable result.
result = [] or 0
print(result)
livecode
Task condition
What value will be assigned to the variable result.
result = [] or 0
print(result)