This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "Call 'instructions()' to get more info" | |
def instructions(): | |
from time import sleep | |
instructionsdata=""" IMPORTANT! | |
Please be sure that you have these libs: | |
nltk, unidecode | |
Example Usage and Output: | |
>>> inboX = MailFactory() | |
>>> inboX.new_server("[email protected]","yourpassword") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import math | |
import itertools | |
APPETIZERS = { | |
"Mixed Fruit" : 215, | |
"French Fries" : 275, | |
"Side Salad" : 335, | |
"Hot Wings" : 355, | |
"Mozzarella Sticks" : 420, |
NewerOlder