Well done!

You have completed Defining Function Quiz!

Quiz Question 1 of 5

Given the function definition and subsequent function call, identify the correct description of their relationship and usage.

def water_plant(amount):
  print("Watering plant with", amount, "liters of water")

water_plant(2.5)

Choose the correct answer below:

Skip Quiz Review Instruction