2011-02-10 38 views

回答

40

正是在hashlib

import hashlib 
print(hashlib.md5('asd'.encode()).hexdigest())