I need code of input user and passord | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I need code of input user and passord

please

23rd Aug 2018, 2:50 PM
zombie05
zombie05 - avatar
2 Answers
+ 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
23rd Aug 2018, 3:35 PM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
0
import getpass user = input("username:") pass = getpass.getpass("password:") or something like that
23rd Aug 2018, 9:23 PM
Markus Kaleton
Markus Kaleton - avatar