Question 16

Which index position is returned when the string method .find( ' python ' ) is applied to the string ' learning python programming ' ?
  • Question 17

    How does Jupyter Notebook function as a development environment?
  • Question 18

    Which components are required in every Python while loop?
  • Question 19

    Which components are required in every Python for loop?
  • Question 20

    A dictionary prices = { ' apple ' : 1.50, ' banana ' : 0.75, ' orange ' : 2.00} needs to have all values increased by
    0.25. Which code correctly accomplishes this task?