Is there a faster way??? than chr() and ord() to convert between letters and int numbers ??? >>> chr(97) 'a' >>> ord('a') 97 going from 0 to ...
確定! 回上一頁