• use △def, shown below, to answer the question that follows:

  • Answers
  • def triangleArea(base, height): return 0.5 * base * height What will happen if we call triangleArea with arguments 10 and 8? The function will return 40 as the output.

    • Answered:

      Konner Crane

    • Rate answer:

  • def addTwo(num): return num + 2 What does the function addTwo() do? The function addTwo() adds two to a given number.

    • Answered:

      Kira Wells

    • Rate answer:

  • Do you know the answer? Add it here!

    Answer the question
Information

Visitors in the Guests group cannot leave comments on this post.