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.

Using Diacritical Marks

Diacritical Marks can be used in python by identifying it as Unicode.  This is done by placing a "u" before the first double quote of the string that contains the mark.

sprite.say(u"señorá")