Changes between Version 116 and Version 117 of ControlSystems/SoftwareTeam/IntroToPython


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v116 v117  
    316316+ The program should prompt the user for the number of sayings they want output, validate that it is indeed a number, and print out that many.[[br]]
    317317+ Use functions and control structures to make the code manageable. Its best if you work in pairs for this exercise.[[br]]
    318 + If you need help, refer to this lesson, the [[https://docs.python.org/3/index.html | Official Python 3 Documentation]], and don't hesitate to ask the mentors.[[br]]
     318+ If you need help, refer to this lesson, the [[https://docs.python.org/3/index.html | Official Python 3 Documentation]], your teammates, and don't hesitate to ask the mentors.[[br]]
    319319[[br]]
    320320(We'll only show you the answer to this one once you show us your solution.  Its a final exam, after all...)