Changes between Version 114 and Version 115 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:38:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v114 v115 163 163 if (count==4): 164 164 print("more!") 165 count+=1166 165 else: 167 166 print(count, "potato,")