Changes between Version 32 and Version 33 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 6:31:30 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v32 v33  
    112112
    113113{{{
     114#!python
    114115fruits = ['banana', 'apple', 'mango']
    115116for fruit in fruits:       
     
    134135
    135136{{{
     137#!python
    136138count = 0
    137139while (count < 9):
     
    153155
    154156{{{
     157#!python
    155158count=1
    156159while (count<=7):