Comp 151 Project 3

Fortunes

Summary:

This project is intended to help become more comfortable with using functions while practicing with lists, conditionals, string functions, possibly slicing, ifs and loops.

You will build a "Fortune cookie" program. For those of you not familiar with it, once upon a time there was a command line program for power users which would give a random saying printed on the command line. Often bored graduate students would sit at a terminal and keep reading these way too many times.

Due: Saturday March 26th at 11:59pm

 

Description:

You will write a small simplified version of the fortune program. Your program needs to use functions

In your program you will

Don't forget to comment your program.



Additional  requirements:

Your code must be commented

use functions. Something like half of the credit for this project will be assigned to using function with the right parameters and return values.


To help me identify your work, make the name of your project

yourFirstInitialLastNameProject3

(so mine would be JSantoreProject3)
And put the following at the beginning of the program as a comment:



Project Submission

Submit the project by putting it on github as a private project and making me a collaborator as before.