2017-12-10 10 views

답변

0

당신은 LIB 해시와 같은 디스크에 어딘가에서 값을 저장할 수 :

import hashlib 
with open(hashlib.__file__, "r") as r: 
    value=hashlib.md5(r.read()) 
# do compare here and store the value on disk