Changes

Jump to: navigation, search

OPS435 Python Lab 2

1 byte added, 02:27, 18 January 2019
LAB OBJECTIVES
:*'''Process the inputted data''' using '''Conditional Statements'''.
:::This means that the program will completely change how it works behaves based on the input given, an example would be, providing the correct password or providing the wrong password.
:*'''Process the inputted data''' using '''Looping Statements'''.
:::Looping (iteration) is the ability for your program to repeatedly run the same code block of codes over and over. An example of this, could be found when you provide the incorrect password to a login page and it responds with, 3 attempts to login remaining.
<br><br>
1,760
edits

Navigation menu