In this unit, we'll learn how process and validate user inputs in Python.
NOTE: for extra optional bonus material, see also Unit 4B
- User Interfaces (UI) and User Experience (UX)
- Capturing and Validating User Inputs:
- The
input()
Function - The
getpass()
Function for secret credentials
- The