Complete Python Programming Masterclass Beginner to Advanced

Project #3 – Magic 8 Ball Class

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

3.1 READING CONTENT FROM A .CSV FILE

In the first part of this project you will create the basics of the magic8ball class

Step 1

Step 2

 

3.2 Adding Game Functionality

In the second part of the project you will build the game loop. The user should be able to ask questions and receive random responses from the magic 8 ball.

Step 1

 


 

3.3 Writing Questions to the magic_questions.csv file

In the third part of this project you will create a method to write all the questions asked to a .csv file.

Step 1