Changes

Jump to: navigation, search

OPS435 Python Lab 2

1 byte added, 12:14, 26 May 2017
PART 1 - Understanding WHILE Loops
== PART 1 - Understanding WHILE Loops ==
:'''WHILE loops''' use a the same type of conditions found in if statements. While the condition is True, the code indented under the while loop will be repeated. When the condition becomes False the loop will stop repeating.
:'''Perform the following steps'''
13,420
edits

Navigation menu