Skip to content

Instantly share code, notes, and snippets.

View KaiserWilhelm23's full-sized avatar
🏠
Working from home

Will Payne KaiserWilhelm23

🏠
Working from home
View GitHub Profile
@KaiserWilhelm23
KaiserWilhelm23 / Guessing Game 0.9.4.py
Last active August 8, 2020 02:44
The code for guessing game. You must have Pythonista to run this code.
import random
import sys
import time
import os
import console
from datetime import datetime
def Controls():