Intern — Senior
What will the program output when checking the variable type?
livecode
Task condition
Determine the output of this code fragment and explain why it is such. Example code that checks the type of a value.
data = (1_000_000,)
print(isinstance(data, int))