Changes

Jump to: navigation, search

OPS435 Python Lab 2

43 bytes added, 02:51, 25 May 2017
PART 1 - WHILE LOOPS
''' Understanding While Loops '''
:'''Perform the following steps'''
:#Open ipython3<source>
ipython3
</source>
:#Below is a program that will count to 5. Each time the loop is run, it will add one to the count variable, increasing the variables number.<source>
count = 0
198
edits

Navigation menu