Message from Python discussions

November 2018

— I think you cant read the atmosphere man.

— 

Ohlin:
Hello guys,
I have a question.
How can I print arabic text using python?
When i print simple arabic sentence i get a mess of alphabets

— Have u tried printing it backwards ?

— Because arabic is written right to left

— Check this out https://stackoverflow.com/a/42557555

— Testing = trying out

— Hi, everyone. I have a function. How can I do that better?
https://paste.ubuntu.com/p/yBQjG7YD64/

— You can explain what is your function expected to return and what is reasoning in your code

— Use enumerate

— And upper on the first 2 indexes

— U can also check out how one liner if statements are written,

— In both methods you should get 2 lines of code