❮ Home❮ Functions
Return the iteger that represents the character "h": x = ord("h")
ord()関数は数値を返します。 指定された文字のUnicodeコードを表します。
ord(character)
文字 文字列、任意の文字
Related Pages Convert back to character with the chr() function.