+ 1
I need code of input user and passord
please
2 Respostas
+ 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