Changes between Version 10 and Version 11 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 4:25:48 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v10 v11 23 23 24 24 {{{ 25 #!python 25 26 a="Hello World" 26 27 print(a)