Login code issues | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

22nd Nov 2020, 11:06 PM
Wizking
Wizking - avatar
2 Answers
+ 5
In the SoloLearn Playground, all inputs must be entered before the code continues. See https://code.sololearn.com/WhiNb9BkJUVC
23rd Nov 2020, 2:31 AM
David Ashton
David Ashton - avatar
+ 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
23rd Nov 2020, 12:19 AM
Volodymyr Chelnokov
Volodymyr Chelnokov - avatar