Skip to content

tsaahr/8ball-magic

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages