Python CodeHS Question
Hey guys! Can anybody please help me? I’m currently making a program where the user asks a question and the program responds with “yes” “no” “maybe” and other random phrases, kind of like a fortune teller. I have imported random already and created a list with the possible outputs and a print function. I was wondering, does anybody have any idea on what different features/functions I can add to this code to make it more complex? Thank you for your time :)
Voters
I would start by adding colors to your text, you could use Colorama (slow, annoying to work with) or colored (never used it myself) or just look up the python ANCII color codes