We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://magic.iswbm.com/c02/c02_04.html
The text was updated successfully, but these errors were encountered:
gpt4:hashlib.md5('hello').hexdigest() 中存在一个错误。因为 hashlib.md5() 需要一个字节串(bytes)作为输入,而不是一个普通的字符串。
Sorry, something went wrong.
@楼上 python -c "import hashlib;print(hashlib.md5('hello'.encode()).hexdigest())"
No branches or pull requests
2.4 命令行式执行 Python 代码 — Python黑魔法手册 1.0.0 documentation
https://magic.iswbm.com/c02/c02_04.html
The text was updated successfully, but these errors were encountered: