ord
ord(value)
This function returns integer value of first character in string value of value. If the character is a Unicode character, the numeric sixteen-bit number is returned. For example the value of ord("a") is 97.
Est-ce que cela a été utile ?