how to switch language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to switch language?

how to switch language? in the program python

4th Oct 2019, 5:38 PM
Даниил Зайцев
Даниил Зайцев - avatar
8 Answers
+ 3
well I am not sure but I reckon it is possible. cyrillic chars have ascii codes so why wouldn’t it be possible? so I suggest you do a google search for “how to output cyrillic chars python” and “ascii cyrillic python”
4th Oct 2019, 6:15 PM
Brave Tea
Brave Tea - avatar
+ 2
sorry what? can you explain a bit further?
4th Oct 2019, 5:43 PM
Brave Tea
Brave Tea - avatar
+ 1
This might get you started as per Brave Tea's suggestion I have found it very useful https://code.sololearn.com/cGWzAmvq725S/?ref=app
5th Oct 2019, 12:21 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
that is when you write the print output command to write not in English but in other languages
4th Oct 2019, 5:47 PM
Даниил Зайцев
Даниил Зайцев - avatar
0
I guess that's not possible
4th Oct 2019, 6:06 PM
Lexfuturorum
Lexfuturorum - avatar
0
thanks for the answer
4th Oct 2019, 6:07 PM
Даниил Зайцев
Даниил Зайцев - avatar
0
Thanks
4th Oct 2019, 6:18 PM
Даниил Зайцев
Даниил Зайцев - avatar
0
How about populating a dict, example:- mydict = {'hello': 'salut', 'good afternoon': 'bonne après-midi', 'good evening': 'Bonsoir', 'goodby': 'au revoir'} print(mydict['hello']) print(mydict['good afternoon']) print(mydict['good evening']) print(mydict['goodby'])
4th Oct 2019, 7:29 PM
rodwynnejones
rodwynnejones - avatar