Changes between Version 111 and Version 112 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:34:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v111 v112 32 32 Now you try it...Do the following: 33 33 34 1. Then highlight the code above, right click and click `Copy`. This put thecode on the clipboard so you can share it with another window.34 1. Highlight the code above in your browser, right click and click `Copy` from the pop-up menu. This put the highlighted code on the clipboard so you can share it with another window. 35 35 1. Go [https://www.tutorialspoint.com/execute_python3_online.php here]. This site is our code editor for training purposes, and its pretty cool. You can put code in the center section, and click '''Execute''' to run it. The lower window shows the results. 36 36 1. On that page, highlight all the code already in the center window.