Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 32
and
Version 33
of
ControlSystems/SoftwareTeam/IntroToPython
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Sep 4, 2017, 6:31:30 PM (
8 years
ago)
Author:
cdelgigante
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ControlSystems/SoftwareTeam/IntroToPython
v32
v33
112
112
113
113
{{{
114
#!python
114
115
fruits = ['banana', 'apple', 'mango']
115
116
for fruit in fruits:
…
…
134
135
135
136
{{{
137
#!python
136
138
count = 0
137
139
while (count < 9):
…
…
153
155
154
156
{{{
157
#!python
155
158
count=1
156
159
while (count<=7):