Intern — Middle
Determining whether an object is of type int
livecode
Task condition
Result of the type check.
data = (1_000_000,)
print(isinstance(data, int)) # False
livecode
Task condition
Result of the type check.
data = (1_000_000,)
print(isinstance(data, int)) # False