User Input
User input is essential when you are creating interactive programs. In this lesson I will be showing you how to get user input so you can build better software. Let’s start with the basic name example:
Python
We can combine input with conditional logic to make sure the user provides us with what we want:
Python
It’s hard to get into interactive menus WITHOUT going into loops but that goes beyond the scope of this lesson. For now, write a few scripts to gather user input and then do something with that input.
No comments yet. Add the first comment to start the discussion.