Changes between Version 111 and Version 112 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 11:34:47 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v111 v112  
    3232Now you try it...Do the following:
    3333
    34  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.
     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.
    3535 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.
    3636 1. On that page, highlight all the code already in the center window.