The journal of an avid computer user.
做decryption exercise 用chr() 唔見有野出。原來result漏加base ascii code.
eg: 0 -> chr(0) is blank
x = 1+ ord('a') -> ch= chr(x) -> print(ch) -> 'b'
沒有留言:
張貼留言