magic 8 ball--bored project
a simple project when your bored!
AllAwesome497
Please add a description as to what the repl does instead of adding spam
a simple project when your bored!
Please add a description as to what the repl does instead of adding spam
Hey, this is pretty funny to use! If you're accepting ideas, try using a list to store the answers instead of all of the if statements. It would really condense the code and look something like this (remember, list IDs start at 0):
import random
answers = [ yes, no, hmm not sure, definitely, definitely not, probably, probably not, error 404]
print(answers[random.randint(0,7)])