Algorithms: String Processing Flashcards
1
Q
What is the ord function in python?
A
the ord function returns an integer which represents the Unicode code point of the Unicode character passed into the function
What is the ord function in python?
the ord function returns an integer which represents the Unicode code point of the Unicode character passed into the function