Category: Passion

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…

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)…

AERODYNAMICS!

Today, i’m going to talk about aerodynamic cars. I will be talking about two groups of cars that are aerodynamic!…

HACKERS!

Hackers are the worst, they can lock your account or even ban you from your account! But not ll hackers…

MIBRO ROBOT!

Hello! Have you ever OWNED a Robot? If you haven’t/have check this one out (you will see it when you…

Video Games!

Hello! How are you? Today I’m going to talk about Video Games! As we all know Video Games are fun,…