+ 2
How do I make a array that prints random things that are submitted?
I’m trying to make a 8ball using python but I need help knowing how to make a random answer can someone help me out?
3 Respuestas
+ 3
Look up the 'random' module, in particular random.choice().
+ 2
ok thanks i will try that
+ 2
its already been answers Ali