Changes between Version 81 and Version 82 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 10:52:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v81 v82 305 305 306 306 = Final Exam = 307 [[Image(1B6AA343-B7D4-49F7-88DA-2AB89A7A4E72-5482-00000452F115F905_tmp.png,right,30%,margin=20)]] 307 308 308 [[Image(1B6AA343-B7D4-49F7-88DA-2AB89A7A4E72-5482-00000452F115F905_tmp.png)]] 309 310 * 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. 309 * Create a program that prints a random fortune cookie saying. 310 * Randomly build the says from at least three different lists of nouns and verb phrases. Make the random sayings sound suitably cryptic and wise. 311 311 * 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. 312 312 * Use functions and control structures to make the code manageable. Its best if you work in pairs for this exercise.