Programming (Year 11)
Data Types
What will be the output of the following code: print(type(5))?
5
int
TypeError
Next