Changes between Version 74 and Version 75 of ControlSystems/SoftwareTeam/IntroToPython


Ignore:
Timestamp:
Sep 4, 2017, 10:43:31 PM (8 years ago)
Author:
cdelgigante
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v74 v75  
    303303
    304304= Final Exam =
    305 [[image:https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwjS5oD-gY3WAhUs94MKHbpwB4sQjRwIBw&url=http%3A%2F%2Fphi2010.blogspot.com%2F&psig=AFQjCNG8rEtQbDhBSL7ojOYD9kOuL-d0ew&ust=1504665503635530]] 
    306 
    307  * Create a program that prints a random fortune cookie saying, drawing randomly from a different lists of nouns and verb phrases.  Make the random sayings sound suitably cryptic and wise. 
    308  * 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. 
    309  * Use functions and control structures to make the code manageable. Its best if you work in pairs for this exercise. 
     305[[image(http://wiki.team2537.com/attachment/wiki/SoftwareOverview/1B6AA343-B7D4-49F7-88DA-2AB89A7A4E72-5482-00000452F115F905_tmp.png)]]
     306
     307 * Create a program that prints a random fortune cookie saying, drawing randomly from a different lists of nouns and verb phrases.  Make the random sayings sound suitably cryptic and wise.
     308 * 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.
     309 * Use functions and control structures to make the code manageable. Its best if you work in pairs for this exercise.
    310310 * 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.
    311 
    312 
    313311
    314312= What's Next =