Changes between Version 62 and Version 63 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 8:04:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v62 v63 271 271 272 272 273 Now what happens if you try and run it with age equal to 1? That's not right. Modify the program so it behaves correctly if an age of 1 is used. 273 Now what happens if you try and run it with age equal to 1? That's not right. Modify the program so it behaves correctly if an age of 1 is used. 274 274 275 275