Changes between Version 100 and Version 101 of ControlSystems/SoftwareTeam/IntroToPython
- Timestamp:
- Sep 4, 2017, 11:20:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/IntroToPython
v100 v101 310 310 Here's what you need to do: 311 311 [[br]] 312 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#|pythonrandom]] functions, its available in the online editor).312 Randomly build the sayings from at least three different lists of nouns and verb phrases (Hint: Use the Python [[https://docs.python.org/3/library/random.html#|random]] functions, its available in the online editor). 313 313 [[br]] 314 314 Make the random sayings sound suitably cryptic and wise.