Sobes.tech
Intern — Senior

What will be the size of the set containing 1, True, and 1.0?

livecode

Task condition

What will the program output after executing the following code?

items = {1, True, 1.0}
print(len(items))
What will be the size of the set containing 1, True… - sobes.tech