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():
import time
print('username: Admin')
def login():
user = input('password: ')
if user.lower() == 'root':
time.sleep(0.5)
print('you succesfully logid in')
else:
<!DOCTYPE html>
<html>
<head>
<title>wigglewensitehoster</title>
</head>
<body>
<font face="serif">
<body bgcolor="orange"></body>
<hr>
import webbrowser
import time
import urllib.parse
import console
ag = input('Please agree that this fetcher could fetch a website that you dont know. A unknown site could contain a virus or malware. y/n')