Question: For Python 3.6 Create a modified My Jokes Program that: Get the Jokes.py code by either copying and pasting, or downloading the file from the
For Python 3.6
Create a modified My Jokes Program that:
Get the Jokes.py code by either copying and pasting, or downloading the file from the website.
Get it to run for you.
Only after you get it running, do the following:
Save the file to a new name so you can modify it.
Modify the program to ask 5 new jokes of your choice.
And Programmer Comments with program name and your name
And Program Introduction.
Also add an ending section that lets the player rate your jokes.
Print out their rating and a closing remark based on their response.
Make sure you new version works with different input.
Extra -- Check for correct answers on jokes and give appropriate response. ( 5 points/ joke check)
Once you have your new version running with user input, Upload your version to prove you complete the assignment.
print('What do you get when you cross a snowman with a vampire?') input() print('Frostbite!') print() print('What do dentists call a astronaut\'s cavity?') input() print('A black hole!') print() print('Knock knock.') input() print("Who's there?") input() print('Interrupting cow.') input() print('Interrupting cow wh', end='') print('-MOO!')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
