Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 2

37 bytes removed, 11:55, 25 May 2017
LAB OBJECTIVES
= LAB OBJECTIVES =
The :This lab covers will cover the necessary methods to allow a user interaction to interact with programs that we will writea running Python script. The objectives will be to write  :'''<u>Objectives</u>''' :*Write programs that can take information from the users, such as a username or password. The next step in these programs is to use :*Processing the inputted information that the user providesusing methods including 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. Finally :*Processing the lab will go over the procedures for repitition, this inputted information using methods including Looping Statements.:::Looping (iteration) is the ability for your program to repeatedly run the same code 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. Through these 3 investigations you will learn to use: user input/arguments, if/else/logic, and for/while loops.
= INVESTIGATION 1: USER INPUT =
13,420
edits