Skip to content

Instantly share code, notes, and snippets.

View MichaelGitHubHype's full-sized avatar
🖥️
On a mission to keep learning

Michael Sheinman MichaelGitHubHype

🖥️
On a mission to keep learning
View GitHub Profile
# Setup
yes_no = ["yes", "no"]
directions = ["left", "right", "forward", "backward"]
# Introduction
name = input("What is your name, adventurer?\n")
print("Greetings, " + name + ". Let us go on a quest!")
print("You find yourself on the edge of a dark forest.")
print("Can you find your way through?\n")
# Import statements
import turtle
import os
import random
"""
_____ _____ _____ _____ ___ ___ ___ _____
| _ \ | _ \ | ____| / ___| / | / |/ | | ____|
| |_| | | |_| | | |__ | | / /| | / /| /| | | |__
| ___/ | _ / | __| | | _ / / | | / / |__/ | | | __|
# By: Michael Sheinman
# Date: 2018-03-28 13:31:37.934330
# File Name: ATM project
# Description: Making a bank project
import sys
import os
import time
import re
from datetime import datetime
from decimal import Decimal