Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Magic 8-Ball – Python Project

This is a simple project I built while learning Python, based on an exercise from Codecademy.
It simulates the classic "Magic 8-Ball" toy that gives random yes/no/maybe answers to any question.


What does the program do?

  • Stores the name of the person asking the question.
  • Defines a yes/no question.
  • Generates a random response from a list of 9 possible answers.
  • Prints everything in a single, well-formatted line.

Technologies used

  • Python 3
  • Built-in random module

Status

Completed
Part of my beginner Python training projects

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages