List Question
10 TechQA 2024-10-20 08:11:45European 'é' character with ASCII code 101 204 129
740 views
Asked by iBadGamer
How to pass escape sequences to python's ord() function?
1.2k views
Asked by Infinity Loop
Is it Possible to convert a set of numbers to their ASCII Char values?
1.8k views
Asked by Finn Hindmarch
Python - How to find out how many times the user said the word "the" or "The"
1.1k views
Asked by user3170932
The right way to check if a string has hebrew chars
4.7k views
Asked by iTayb
Using ord() to convert letters to ints (Very basic)
11.5k views
Asked by jonquest89
Why does the following code not output the corresponding letters correctly?
119 views
Asked by Benjamin McDowell
Trying to transcribe using ascii values using ord and chr
58 views
Asked by nonpt
How to decode a list a ords back to chrs in python
28 views
Asked by TrexCodes