01.05 Coding Task: Look Who’s Talking!

We’re going to practice calling the say() function with different voices.

Requirements

Fill in the blanks in the code below to perform the following:

  • First, prompt the user to “Press [Enter] to be greeted by the 3 amigos!”
  • Then have Python say “Hello, world!”.
  • Then have Python repeat “Hello, world!” in a different voice to the first time.
  • Then have Python repeat “Hello, world!” again in a different voice to the first 2 times.

Example

Below is a demo of how the program should run:

Scroll to Top
Scroll to Top