Skip to content

Instantly share code, notes, and snippets.

View jenheller's full-sized avatar
🤖
Yelling at robots

Jen Heller jenheller

🤖
Yelling at robots
View GitHub Profile
@jenheller
jenheller / coffeebot2.py
Created June 8, 2020 21:58
Coffe Bot Version 2
from utils import print_message, get_size, order_latte
def coffee_bot():
print('Welcome to the cafe!')
order_drink = 'y'
drinks = []
while order_drink == 'y':
size = get_size()
drink_type = get_drink_type()
temp = hot_or_iced()
@mavieth
mavieth / domains.json
Created January 25, 2020 18:19
Common Email Domains
[
"aol.com",
"att.net",
"comcast.net",
"facebook.com",
"gmail.com",
"gmx.com",
"googlemail.com",
"google.com",
"hotmail.com",