
Now that we’ve fixed our first program in Python, let’s write a program that has a conversation with itself!
In the editor below, edit the code so that the program says the following lines, using 2 different voices, 1 for each speaker:
Hello, <your_name>, how are you?I am great! What did you do over the weekend?I watched <your favourite show>! What did you do?I played some footy, and my team won!Below is an example of how the program should run if your name was Alice, and your favourite TV show was Friends
(Press [Enter] to start the example)
You must be logged in to post a comment.