B = bytes([0x61]) #借助於list
C = chr(0x61)。encode() #或借助字符串。
導入hashlib
對於a,b,c中的I:
hash = hashlib.sha1(i)。hexdigest()
Print(hash) #結果是壹樣的。