Python is full of useful and powerful functions. One such Python function is “ord()”. You can use the ord function to convert a single character to its Unicode code point i.e., integer representation. This function becomes very helpful when you are working with text processing, encoding, and ASCII or Unicode values. Today at PythonCentral, let […]
Articles Tagged: encryption
Latest Articles
Tags
Python is a beautiful language.