Changes between Version 98 and Version 99 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:18:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v98 v99 308 308 [[br]] 309 309 Feeling like you got this? Awesome, then: '''Create a program that prints random fortune cookie sayings.''' 310 [[br]] 311 Randomly build the sayings from at least three different lists of nouns and verb phrases . Make the random sayings sound suitably cryptic and wise.</li>310 Here's what you need to do. 311 Randomly build the sayings from at least three different lists of nouns and verb phrases (Hint use the [[https://docs.python.org/3/library/random.html#|python random]] functions, its available in the online editor). Make the random sayings sound suitably cryptic and wise.</li> 312 312 [[br]] 313 313 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</li>