Question 1
What is the output of print(type([1, 2, 3]))?
What is the output of print(type([1, 2, 3]))?
What does the 'is' operator compare?
Which of the following is mutable?
Output of print(2 ** 3 ** 2)?
What is the purpose of 'self' in a class method?