Programming (Year 12)
Data Types
What will be the output of the following code: print(type([]) is list)?
True
False
None
Error
Next