Changes

Jump to: navigation, search

OPS435 Python Lab 2

1 byte removed, 14:01, 1 August 2017
PART 2 - Understanding WHILE Loops with Arguments
:::3. Before proceeding, make certain that you identify any and all errors in '''lab2e.py'''. When the check script tells you everything is '''OK''', you may proceed to the next step.
== PART 2 - Understanding Using WHILE Loops with script Arguments ==
:You will now learn to make your Python scripts more flexible by using numbers as arguments to be used with WHILE loops. You will learn that arguments used in Python scripts are strings (not numbers) and therefore, cannot be used in Mathematical operations unless they are converted into numbers (like an integer). You will be learning how to use the int() function in order to convert a string into an integer.

Navigation menu