0
How to encode and decode backward letter using ascii
2 Réponses
+ 10
khààlid Mohamud , it is not quite clear what you are asking for. Please provide us a sample with input data and how your output should look like. Thanks!
+ 3
Do you mean between a character and its code number?
chr for int to char
ord for char to int
Python uses UTF8, not ascii. But for letters, numbers and common symbols it is the same