Python Development Course
Chapter
>
Level
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")
Code book