Changes between Version 98 and Version 99 of ControlSystems/SoftwareTeam/IntroToPython


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/IntroToPython

    v98 v99  
    308308[[br]]
    309309Feeling 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>
     310Here's what you need to do.
     311Randomly 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>
    312312[[br]]
    313313The 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>