Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 162 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 162 Bytes

magic8ball package

Gets a list of magic 8 ball responses.

Usage

import magic8ball
import random

ball = magic8ball.list
print(random.choice(ball))