Sobes.tech
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)
Determining the result of an expression with the 'or'… - sobes.tech