Forest Wiki: Learn Web Development in the Browser
Turtle Graphics
Turtle Texting

Turtle Texting




The Problem Statement

In this assignment the goal is to print out the followin gmessage with a delay between each word.

"The Turtle is tired and taking a break. "

sleep (5) #Sleeps the turtle for 5 seconds

 print("Word", end ="") #prints the word "Word" and stays on the same line.

Starting Source Code