as I showed you in char table in last class. For example ord('c') returns 99, which integer value for 'c' based on ascii table. On the other hand chr() converts ...
確定! 回上一頁