SIMPE SNAKE GAME!
In this simple snake game, you spawn as a snake and attempt to eat as many apples as possible! In…
Python tree code
import turtle as t from random import random as r t.mode("logo"), t.bgcolor(0, 0, 0) t.hideturtle() step, angle = 6,30 def…
CALCULATOR!
This code is a working calculator! In order to use this calculator, copy the code below and paste it into…
Small ping pong game code
import os import turtle screen_1 = turtle.Screen() screen_1.title("Simple game") screen_1.bgcolor("White") screen_1.setup(width=1050, height=650) left_paddle = turtle.Turtle() left_paddle.speed(0) left_paddle.shape("square") left_paddle.color("black") left_paddle.shapesize(stretch_wid=6, stretch_len=2)…
Ate & Eight
Ate: Digested a food Ex: I ate 3 hotdogs today Eight: Eight/8 is a number Ex: 8 people were at…
Son & Sun
Son: A male offspring (Ex: My Son is getting old!) Sun: The star that the earth orbits (Ex: The sun…
TIME MANAGEMENT!
You’ve probably heard of Time Management before. Time Management is not wasting time and being productive in your life. We’ll…
SOCIAL MEDIA APPS!
Let’s admit it, we’ve all used at least 1 social media app. Here are some facts and examples of social…