Code: Python. 2021-02-18 19:12:41. c='p' x=ord(c) #it will give you the ASCII value stored in x chr(x) #it will return back the character.
確定! 回上一頁