Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Next Generation Databases NoSQLand Big Data

Authors: Guy Harrison

1st Edition

1484213300, 978-1484213308

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago