Level 5: Printing on screen | Introduction to Python

Python Development Course

Back

Chapter 1
>
Level 5

Next


Introduction to Python
Printing on screen

Objective

Walk to the three X marks and speak “Hello” to complete the level.

Head to the three X marks on the ground and call out using the speak() function while standing on top of them.

To call out Hello, you must use the speak function, as follows:

player.speak("Hello")