Changes between Version 59 and Version 60 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 7:48:29 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v59 v60  
    3030Now you try it...Do the following:
    3131
    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.
    3333 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.
    3434 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)
    3737
    3838(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).