Changes between Version 64 and Version 65 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 9:38:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v64 v65 256 256 257 257 {{{ 258 #!python 258 259 def singHappyBirthday(age, names): # a custom function 259 260 for name in names: