DEV Community

Cover image for # Day 10 of My 90-Day Code Series: Random Weird Statement Generator ...
momina raheel (Moona)
momina raheel (Moona)

Posted on

# Day 10 of My 90-Day Code Series: Random Weird Statement Generator ...

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! πŸ˜„

Uploading image

Top comments (0)