Changes between Version 39 and Version 40 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 6:49:26 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v39 v40  
    180180score!
    181181}}}
    182 Yeah, this is a little, harder, but I bet you can do it.  Ask a neighbor for help if you need to.  I'll give you three hints:
     182Yeah, this is a little harder, but I bet you can do it.  Ask a neighbor for help if you need to.  I'll give you three hints:
    183183
    184184 1. You can tell a print to not end with a new line by adding an end="" to the print statement, like `print("Im a teapot!",end="")`''. ''
     
    189189
    190190----
    191 
    192191[[[wiki:ProgrammingReserve Programming]Archive | Programming Archive]]