In a file called LastnameFirstnameFINAL.py, using your first and last name, create a program with 5 functions + a main function to demonstrate different concepts.
For the first four functions, you are free to make the functions do whatever you like and add on any other elements you want, as long as 1) they are not similar to past assignments or examples, and 2) the functions adhere to the following guidelines:
function5 will be used to record data to a separate file
The last function will be the main function.
USER: Nikki
FUNCTION CALLS: function1: 1x
function2: 3x
function3: 1x
function4: 2x
NOTES: omg function4 was the best 5 out of 5 stars!
USER: Bob
FUNCTION CALLS: function1: 0x
function2: 10x
function3: 0x
function4: 0x
NOTES: this program sucks, i'd rather watch paint dry
USER: Kilroy
FUNCTION CALLS: function1: 1x
function2: 1x
function3: 1x
function4: 1x
NOTES: kilroy was here
>>>
=============== RESTART: ManuelNikkiFINAL.py ===============
Welcome to my program, what's your name? Nikki's Mom
Hi, Nikki's Mom!
I'll show you what I've learned this semester!,---. ,---.
/ /"`..--"""--./,'"
_ _ / /
`./ / __ __ ,'
/ /_O)_(_O
| .-' ___ `-. |
.--| _/ |--.
,' | / / `.
/ `. `--^--' ,'
.-"""""-. `--.___.--' .-"""""-.
.-----------/ ------------------/ --------------.
| .--------- /----------------- /------------. |
| | `-`--`--' `--'--'-' | |
| | | |
| | NIKKI'S SUPER COOL FINAL ICS 110P PROGRAM | |
| | | |
| | Press 1 to get a movie recommendation | |
| | Press 2 to calculate the height of Diamond Head | |
| | Press 3 to set up a homework due date reminder | |
| | Press 4 to create a playlist of your favorite songs | |
| | | |
| | Press 0 to quit | |
| |_____________________________________________________________| |
|_________________________________________________________________|
Enter a command: 1
A movie recommendation? Sure thing!
I'll recommend a movie to you based on your personality!
What month were you born in? January
What's your favorite animal? penguin
Are you an introvert, extrovert, or inbetween? introvert
Which is your favorite season? (spring, summer, fall, winter) fall
Do you prefer sweet or salty snacks? salty
Got it! Okay, based on your answers, the movie I recommend to you is...
Everything Everywhere All at Once
Check it out! You'll love it! :)
Enter a command: 100
Uhh.. That's not a valid option. Try again!
Enter a command: 0
Quitting already? Okay, I'm going to record how many times you used each function.
Would you also like to leave a note? It can be comments, feedback, anything!
Please type yes or no: yes
Okay, please type the note you would like to write.
Press enter when you are finished:
Fireflies light up the night sky, taking my mind off the stresses of the day.
Okay, the following information will be saved:
USER: Nikki's Mom
FUNCTION CALLS: function1: 1x
function2: 0x
function3: 0x
function4: 0x
NOTES: Fireflies light up the night sky, taking my mind off the stresses of the day.
Saved to the following textfile: record.txt
Thanks, and hope you have a great day! :)
>>>