
In this exercise you will be using the input() to let the user type in information. However, we won’t be checking what they type in just yet (that’s for a later lesson!)
In the editor below, fill in the blanks so that the program simulates a login flow. It should display some text, allow the user to type in their password, and then display some more text.
Remember to use the Python reference sheet to help you with your code! Click on one of the buttons below:
Below is an interactive demo of how the program should run. Play around with the program to see how your program should also behave.
You must be logged in to post a comment.