Changes between Version 33 and Version 34 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 6:32:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v33 v34 180 180 score! 181 181 }}} 182 Answer is [wiki:ProgrammingAnswerPotatoExercise here].182 Hint use range if you want to loop over a sequence of numbers. Answer is [wiki:ProgrammingAnswerPotatoExercise here]. 183 183 184 184 ----