Quiz
What is the output of print(type([]))?
What does len('hello') return?
What is the output of 'apple'.upper()?
What is the value of 3 // 2?
What does the 'pass' statement do?
Which method removes the last element from a list?
Which list method sorts the list in place?
What is the result of 'hello' + 'world'?
Which method adds an element to a set?
What is the output of print(2 ** 3)?