Complete Python Programming Masterclass Beginner to Advanced

Project #1 – Python Magic 8 Ball

This project will present you with the opportunity to apply the skills that you have learned up to this point with the course.

1.1BUILD A MAGIC 8 BALL APP IN PYTHON

This project will require you to create a single Python file (.py). You will find a file called, “PythonMagicBall-08-01.py” attached to this lecture. You can use this file as a starting point for the project.

The project will prompt the user to type a question. The code will then randomize a response and return (print) the response back to the user, based on 8 pre-defined response.

Step 1

Requirements

§  “IT IS CERTAIN”

§  “YOU MAY RELY ON IT”

§  “AS I SEE IT, YES”

§  “OUTLOOK LOOKS GOOD”

§  “MOST LIKELY”

§  IT IS DECIDELY SO”

§  “WITHOUT A DOUBT”

§  “YES, DEFINETLY”