What is the output of print(type([])) in Python?
10pts
Which of the following is used to define a function in Python?
10pts
What will be the output of the following code: print(2 ** 3)?
10pts
Which library is commonly used for data manipulation and analysis in Python?
10pts
What will the following code output: print(bool(''))?
10pts