13,420
edits
Changes
→LAB OBJECTIVES
:Write Python code in order to:
:*'''*Accept information from users''' that run a Python script, such as a username or password.
:*Process the inputted information using '''Logic Statements'''.
:::This means that the program will completely change how it works based on the input given, an example would be, providing the correct password or providing the wrong password.