Day 10 of My 90-Day Code Series: Random Weird Statement Generator π¦π€π
For Day 10 of my 90-Day Code Series, I built a fun Python script called Random Weird Statement Generator.
What It Does
It randomly combines subjects, verbs, objects, and places to produce hilarious sentences like:
A penguin is coding with a unicorn on Mars.
You can generate as many as you want and quit whenever youβre done.
What I Practiced
- Using
random.choice
to pick items from lists - Writing clean, commented functions
- Building a simple menu for user input
Try It Yourself
The code is free and open-source here:
https://github.com/shadowMomina/Random-Weird-Statement-Generator.git
Feel free to fork the repo and add your own funny words to the lists β make it even weirder! π
Top comments (0)