0
Login code issues
How do I make sure the "input details" from a code doesn't reflect in the output. Pls im new in learning python 🐍 below is the code in py https://code.sololearn.com/cJB99h7CqMuE/?ref=app https://code.sololearn.com/cJB99h7CqMuE/?ref=app
2 Réponses
+ 5
In the SoloLearn Playground, all inputs must be entered before the code continues. See https://code.sololearn.com/WhiNb9BkJUVC
+ 1
There is a getpass module with a getpass function that appears to do what you want. Predictably, they won't be working on sololearn.
https://docs.python.org/3/library/getpass.html