Changes between Version 113 and Version 114 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:36:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v113 v114 163 163 if (count==4): 164 164 print("more!") 165 count+=1 165 166 else: 166 167 print(count, "potato,") … … 177 178 3 potato potato potato 178 179 more! 179 4 potato potato potato potato180 180 5 potato potato potato potato potato 181 181 6 potato potato potato potato potato potato