Hey, just a suggestion.
If you are going to post source code I recommend using the triple ``` on lines (of their own) surrounding the code, or indent the code by four spaces to render code appropriately, such as:
import hashlib
password = 'Your password'
# and so on
See this as steemit markdown syntax is heavily based on GitHub's implementation, or many other articles just by searching for markdown and steemit for other tips on the markdown syntax.
Anyway welcome to Steemit!
RE: Password Hashing Using Python