Codesters FAQ is the official FAQ site for codesters.com. We will continue to update this blog with the most common questions we receive form teachers using Codesters.

Split text/say into multiple lines

\n adds a line break and allows the sprite.say text to be split into multiple lines. 

sprite = codesters.Sprite("person2")
sprite.say("I am \n a sprite"