I am requesting user input. I am asking for username then password. EG
username = input('Please enter a Username:\n')
password = input('Please enter a Password:\n')
When run this will of course appear like this:
Please enter a Username:
Iain
Please enter a Password:
Iain
What I want is this:
Please enter a Username:
Iain
Please enter a Password:
****