answered 10 years ago
Apparently for now you may have to use the print command.
print
print u"gömböc"
works, indeed even without the u. See e.g. http://stackoverflow.com/questions/10569438/how-to-print-unicode-character-in-python
u