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))
livecode
Task condition
What will the program output after executing the following code?
items = {1, True, 1.0}
print(len(items))