@@ -0,0 +1,5 @@
import hashlib
password = ("Kangjun1234")
md5_hash = hashlib.md5(password.encode()).hexdigest()
print(md5_hash)
The note is not visible to the blocked user.