zer*_*kms 54

它在hashlib中

import hashlib
print(hashlib.md5('asd'.encode()).hexdigest())
Run Code Online (Sandbox Code Playgroud)