Sobes.tech
Intern — Senior

Output and reason for code behavior during type checking

livecode

Task condition

What will this program output and why? It considers a type check of an object.

data = (1_000_000,)
print(isinstance(data, int))