Answer the question
In order to leave comments, you need to log in
How to output Cyrillic in Python?
I am solving problems from the HelloWorld book in Python and there is the following code:
import easygui
flavor = easygui.enterbox('Ваше любимое мороженное?',
default = 'Ванильное')
easygui.msgbox('Вы указали ' + flavor)
Answer the question
In order to leave comments, you need to log in
I don't know what easygui is, but it's probably just to use Python 3 and make sure the script is UTF-8 encoded.
There are no problems with Cyrillic in python3, try saving the file in utf8.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question