Hi there! Please visit the following link: https://qrz.com/db/KJ5LMZ
🏠
Working from home
Hi there! I am an expert at coding, building, negotiating, thinking, engineering, playing chess, and making 3DPrints. To see my Dad's website, click the URL.
Pinned Loading
-
This bot will interrogate you for yo...
This bot will interrogate you for your info. 1fname = input("what is your first name?")
2lname = input("what is your last name?")
3age = input("how old are you?")
4color = input("what is your favorite color?")
5 -
This is a simple code made to tell y...
This is a simple code made to tell you the facts about your Tello drone. Please note, ONLY TELLO DRONES are compatible with this program. It is possible that 3rd party drones may work with SOME but not ALL of this program. Please comment how well it worked for you. All bugs and issues are fixed so far. 1from djitellopy import Tello
23#Create a tello Object
4drone = Tello()
5 -
Either enter 1 or 0. no other number...
Either enter 1 or 0. no other numbers allowed. Just 1 or 0. It is very simple. 1# This is a testing program, it is not to be used for commercial issues
2def exit():
3ex = 2
4while ex != 1 and ex != 0:
5ex = int(input("enter 1 to continue or 0 to exit"))
-
I am just introducing myself.
I am just introducing myself. 12print("Hello, my name is Daren")
3print("Hola, mi nombre es Daren")
4print("Bonjour, je m'appelle Daren")
5print("Hallo, mein Name ist Daren")
-
A fun and simple word search. I am n...
A fun and simple word search. I am not completely finished with this project. 1import random
2import string
34def generate_wordsearch(grid_size, words):
5# Create an empty grid
-
A 5-level number guessing game. Pick...
A 5-level number guessing game. Pick your desired mode and get playing! 1# This is a number logic game
2# You may/may not look at the code depending on if you are doing the game/inspecting code.
3# This game has 5 different modes
45import random
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.