I have a string called password which my user can define with whatever, kim123 is an example.
So later in the code I want to say something like: "You have entered (password but using asterisks) as your password."
If you are still unclear by what I mean, I basically want to turn the password he/she chose into stars:
password = hey123
"You have entered ****** as your password"
 
     
    