Changes between Version 59 and Version 60 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 7:48:29 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v59 v60 30 30 Now you try it...Do the following: 31 31 32 1. Then highlight the code above, right click and click {{{Copy}}. This put the code on the clipboard so you can share it with another window.32 1. Then highlight the code above, right click and click `Copy`. This put the code on the clipboard so you can share it with another window. 33 33 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. 34 34 1. On that page, highlight all the code already in the center window. 35 1. Right click and pick !{{{Paste}}}. This should replace everything in the window with the contents above.36 1. Finally click !{{{Execute}}} right above the center window to run the program.35 1. Right click and pick `Paste`. This should replace everything in the window with the contents above. 36 1. Finally click `Execute` right above the center window to run the program. You can see the results in the green box below (it scrolls, so look at the last lines) 37 37 38 38 (From now on, we'll call this step "''Go [https://www.tutorialspoint.com/execute_python3_online.php here] and run the code above''". (Just come back to these steps if ever you forget how to do that).