Sobes.tech
Intern — Middle

Summation of logical variables

livecode

Task condition

What values will the program output in each of the given examples?

total_true = True + True
print(total_true)

total_false = False + False
print(total_false)