First time here? Check out the FAQ!
answered 2015-04-16 16:53:19 +0100
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