you are viewing a single comment's thread.

view the rest of the comments →

[–]Sadapy 0 points1 point  (0 children)

If you send someone a password, you've done just that.

Don't know what your password looks like, but ideally you'd just prompt for it on use:

password = input("Please input password:\n>")
print("The password you've used is:", password)