+ 1
I need code of input user and passord
please
2 Respuestas
+ 1
Login input validation with hardcoded username and password which you can make external.👍
https://code.sololearn.com/W0me4LuL9ya3/?ref=app
https://www.sololearn.com/discuss/1459545/?ref=app
0
import getpass
user = input("username:")
pass = getpass.getpass("password:")
or something like that