Cool Mad Libs Simple Casino Python Game!

print("Welcome to the Mad Libs Casino! Please pay a coin to play.") # welcoming user ask = input("Do you want to play: Reply with yes, or no.") if ask == "no": print("Then why did you run this program in the first place? You're still\n going to play.") if ask == "yes": name = "" # […]

The Marker (Fiction Story)

A pencil crayon is very simple. It’s a coloured cylinder of wood. You scratch it against paper to let some colour go onto the surface, and boom. You have a drawing! But, markers are way more complicated. When you take the lid off an “ordinary” marker, say orange for example, a small lever (made by […]

How to Make a Small Paper Book

You will need: 1 sheet of rectangular paper, any colour Tools you will need: Pair of scissors Coloured tape/colouring supplies/other decorations, optional Steps: Tips: When folding, try to fold the paper multiple times in different directions (make the fold as flexible as possible), like in step 1. (Whereas the flexible folds will make it easier […]

Cake

Cake is a popular dessert typically made out of flour, sugar, milk, and butter. Fresh fruit, chocolate, and other toppings are also added to make the cake prettier and taste better. Cakes are an appropriate dessert in many situations. It is usually served on birthdays, weddings, or holidays such as Christmas. Types of cake: vanilla […]

How To Solve Two Variable Equations

There are a lot of situations where we find ourselves with two-variable equations, but it does seem frustrating trying to solve them. Here’s an example (where the answer is rounded to nearest integer): x + 3y = 7 5x – 2y = 1 There are two methods for solving this equation. Method 1: x + […]