Question 16

A list is defined as [1, 2, 3]. The programmer uses the method .append([4, 5]). What will the resulting list look like after execution?
  • Question 17

    Consider the following Python code:

    What will be printed when the code above is executed?
    40