Changes between Version 61 and Version 62 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 8:03:37 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v61 v62 271 271 272 272 273 Now what happens if you try and run it with age equal to 1? Modify the program it prints out "Aw a baby!'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