What is the output of print(type(5))?
10pts
Which of the following is a mutable data type?
10pts
What keyword is used to define a function in Python?
10pts
Which of the following is the correct way to create a list?
10pts
What will be the output of the expression 3 * 'abc'?
10pts