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á")
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á")