Changes between Version 58 and Version 59 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 7:47:17 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v58 v59 249 249 if z > 100: 250 250 print("That's-a big number!") 251 else: 252 print("Aw, its only ",z) 251 253 }}} 252 254