You are on page 1of 24

#**************************MAIN HANGMAN GUI

PROGRAM****************************************************************************
***************************************************
from tkinter import *
from tkinter import messagebox
import random
from functools import partial

obj = Tk()
# -------------------------required functions---------------------
ri = Frame(obj)
hoe = Frame(obj, bg="red")
hoe.pack(side=TOP)
toolo = Frame(hoe, bg="white")
toolo.pack(side=TOP)
newf = Frame(obj, bg="red")
newf.pack(side=TOP)
obj.configure(bg="blue")

def hello():
m = Label(text="the new world is here")
m.pack()

def mainer():

def change():
curr = box.cget("background")
coco = box.cget("fg")
nextco = "blue" if curr == "red" else "red"
nex = "black" if coco == "white" else "white"
box.config(background=nextco, fg=nex)

obj.after(1000, change)
box = Label(obj, text="WELCOME", background="blue", fg="white", width=60,
height=2,
font=('times', '15', "bold"), justify=LEFT)
box.pack(side=TOP,padx=10)
change()

def prog():
we = ' WELCOME '
tool2 = Frame(obj, bg="red")
for i in we:
# sys.stdout.flush()
welcome = Label(tool2, text=i, fg="green", bg="yellow", anchor=N, height=4,
width=3,justify="center",command=mainer) # print(i, end='')
welcome.pack(side=LEFT, fill=X)
# time.sleep(0.07)
tool2.pack(side=TOP, fill=X)

def linemake(li):
ss=""
for i in range(len(li)):
ss+=" _ "
return ss
lives=5
counter=1
def cou_label(label):
counter="press button"
def count():
global counter
counter+=1
la.config(text=str(counter))
la.after(1000,count)
count()
obj.title("Count It")
la=Label(toolo,bg="red",width=15)
la.pack()
cou_label(la)
bu=Button(toolo,text="STOP",width=25,command=exit)
bu.pack()

def game():
can = Canvas(obj, width=500, height=200)
can.pack()
img =
PhotoImage("C:\\Users\\Rajat\\.PyCharmCE2018.2\\config\\scratches\\morning.png")
can.create_image(0, 0, anchor=NW, image=img)

def liveprint(lives):
live="LIVES LEFT : "+str(lives)
liv.config(text=live)
liv = Label(toolo,text="LIVES LEFT :""0", fg="white",
bg="purple",font=("Times",12,"bold"))
liv.pack(side=RIGHT)

co=[]
li=[]
m =random.choice([['a', 'b', 'a', 'c', 'k'], ['a', 'b', 'a', 'f', 't'], ['a',
'b', 'a', 'n', 'd', 'o', 'n', 'e', 'd'], ['a', 'b', 'a', 's', 'h', 'e', 'd'], ['a',
'b', 'e', 'r', 'r', 'a', 'n', 't'], ['a', 'b', 'h', 'o', 'r', 'r', 'e', 'n', 't'],
['a', 'b', 'i', 'd', 'i', 'n', 'g'], ['a', 'b', 'j', 'e', 'c', 't'], ['a', 'b',
'l', 'a', 'z', 'e'], ['a', 'b', 'l', 'e'], ['a', 'b', 'n', 'o', 'r', 'm', 'a',
'l'], ['a', 'b', 'o', 'a', 'r', 'd'], ['a', 'b', 'o', 'r', 'i', 'g', 'i', 'n', 'a',
'l'], ['a', 'b', 'o', 'r', 't', 'i', 'v', 'e'], ['a', 'b', 'o', 'u', 'n', 'd', 'i',
'n', 'g'], ['a', 'b', 'r', 'a', 's', 'i', 'v', 'e'], ['a', 'b', 'r', 'u', 'p',
't'], ['a', 'b', 's', 'e', 'n', 't'], ['a', 'b', 's', 'o', 'r', 'b', 'e', 'd'],
['a', 'b', 's', 'o', 'r', 'b', 'i', 'n', 'g'], ['a', 'b', 's', 't', 'r', 'a', 'c',
't', 'e', 'd'], ['a', 'b', 's', 'u', 'r', 'd'], ['a', 'b', 'u', 'n', 'd', 'a', 'n',
't'], ['a', 'b', 'u', 's', 'i', 'v', 'e'], ['a', 'c', 'c', 'e', 'p', 't', 'a', 'b',
'l', 'e'], ['a', 'c', 'c', 'e', 's', 's', 'i', 'b', 'l', 'e'], ['a', 'c', 'c', 'i',
'd', 'e', 'n', 't', 'a', 'l'], ['a', 'c', 'c', 'u', 'r', 'a', 't', 'e'], ['a', 'c',
'i', 'd'], ['a', 'c', 'i', 'd', 'i', 'c'], ['a', 'c', 'o', 'u', 's', 't', 'i',
'c'], ['a', 'c', 'r', 'i', 'd'], ['a', 'c', 't', 'u', 'a', 'l', 'l', 'y'], ['a',
'd', ' ', 'h', 'o', 'c'], ['a', 'd', 'a', 'm', 'a', 'n', 't'], ['a', 'd', 'a', 'p',
't', 'a', 'b', 'l', 'e'], ['a', 'd', 'd', 'i', 'c', 't', 'e', 'd'], ['a', 'd', 'h',
'e', 's', 'i', 'v', 'e'], ['a', 'd', 'j', 'o', 'i', 'n', 'i', 'n', 'g'], ['a', 'd',
'o', 'r', 'a', 'b', 'l', 'e'], ['a', 'd', 'v', 'e', 'n', 't', 'u', 'r', 'o', 'u',
's'], ['a', 'f', 'r', 'a', 'i', 'd'], ['a', 'g', 'g', 'r', 'e', 's', 's', 'i', 'v',
'e'], ['a', 'g', 'o', 'n', 'i', 'z', 'i', 'n', 'g'], ['a', 'g', 'r', 'e', 'e', 'a',
'b', 'l', 'e'], ['a', 'h', 'e', 'a', 'd'], ['a', 'j', 'a', 'r'], ['a', 'l', 'c',
'o', 'h', 'o', 'l', 'i', 'c'], ['a', 'l', 'e', 'r', 't'], ['a', 'l', 'i', 'k',
'e'], ['a', 'l', 'i', 'v', 'e'], ['a', 'l', 'l', 'e', 'g', 'e', 'd'], ['a', 'l',
'l', 'u', 'r', 'i', 'n', 'g'], ['a', 'l', 'o', 'o', 'f'], ['a', 'm', 'a', 'z', 'i',
'n', 'g'], ['a', 'm', 'b', 'i', 'g', 'u', 'o', 'u', 's'], ['a', 'm', 'b', 'i', 't',
'i', 'o', 'u', 's'], ['a', 'm', 'u', 'c', 'k'], ['a', 'm', 'u', 's', 'e', 'd'],
['a', 'm', 'u', 's', 'i', 'n', 'g'], ['a', 'n', 'c', 'i', 'e', 'n', 't'], ['a',
'n', 'g', 'r', 'y'], ['a', 'n', 'i', 'm', 'a', 't', 'e', 'd'], ['a', 'n', 'n', 'o',
'y', 'e', 'd'], ['a', 'n', 'n', 'o', 'y', 'i', 'n', 'g'], ['a', 'n', 'x', 'i', 'o',
'u', 's'], ['a', 'p', 'a', 't', 'h', 'e', 't', 'i', 'c'], ['a', 'q', 'u', 'a', 't',
'i', 'c'], ['a', 'r', 'o', 'm', 'a', 't', 'i', 'c'], ['a', 'r', 'r', 'o', 'g', 'a',
'n', 't'], ['a', 's', 'h', 'a', 'm', 'e', 'd'], ['a', 's', 'p', 'i', 'r', 'i', 'n',
'g'], ['a', 's', 's', 'o', 'r', 't', 'e', 'd'], ['a', 's', 't', 'o', 'n', 'i', 's',
'h', 'i', 'n', 'g'], ['a', 't', 't', 'r', 'a', 'c', 't', 'i', 'v', 'e'], ['a', 'u',
's', 'p', 'i', 'c', 'i', 'o', 'u', 's'], ['a', 'u', 't', 'o', 'm', 'a', 't', 'i',
'c'], ['a', 'v', 'a', 'i', 'l', 'a', 'b', 'l', 'e'], ['a', 'v', 'e', 'r', 'a', 'g',
'e'], ['a', 'w', 'a', 'k', 'e'], ['a', 'w', 'a', 'r', 'e'], ['a', 'w', 'e', 's',
'o', 'm', 'e'], ['a', 'w', 'f', 'u', 'l'], ['a', 'x', 'i', 'o', 'm', 'a', 't', 'i',
'c'], ['b', 'a', 'd'], ['b', 'a', 'r', 'b', 'a', 'r', 'o', 'u', 's'], ['b', 'a',
's', 'h', 'f', 'u', 'l'], ['b', 'a', 'w', 'd', 'y'], ['b', 'e', 'a', 'u', 't', 'i',
'f', 'u', 'l'], ['b', 'e', 'f', 'i', 't', 't', 'i', 'n', 'g'], ['b', 'e', 'l', 'l',
'i', 'g', 'e', 'r', 'e', 'n', 't'], ['b', 'e', 'n', 'e', 'f', 'i', 'c', 'i', 'a',
'l'], ['b', 'e', 'n', 't'], ['b', 'e', 'r', 's', 'e', 'r', 'k'], ['b', 'e', 's',
't'], ['b', 'e', 't', 't', 'e', 'r'], ['b', 'e', 'w', 'i', 'l', 'd', 'e', 'r', 'e',
'd'], ['b', 'i', 'g'], ['b', 'i', 'l', 'l', 'o', 'w', 'y'], ['b', 'i', 't', 'e',
'-', 's', 'i', 'z', 'e', 'd'], ['b', 'i', 't', 't', 'e', 'r'], ['b', 'i', 'z', 'a',
'r', 'r', 'e'], ['b', 'l', 'a', 'c', 'k'], ['b', 'l', 'a', 'c', 'k', '-', 'a', 'n',
'd', '-', 'w', 'h', 'i', 't', 'e'], ['b', 'l', 'o', 'o', 'd', 'y'], ['b', 'l', 'u',
'e'], ['b', 'l', 'u', 'e', '-', 'e', 'y', 'e', 'd'], ['b', 'l', 'u', 's', 'h', 'i',
'n', 'g'], ['b', 'o', 'i', 'l', 'i', 'n', 'g'], ['b', 'o', 'o', 'r', 'i', 's',
'h'], ['b', 'o', 'r', 'e', 'd'], ['b', 'o', 'r', 'i', 'n', 'g'], ['b', 'o', 'u',
'n', 'c', 'y'], ['b', 'o', 'u', 'n', 'd', 'l', 'e', 's', 's'], ['b', 'r', 'a', 'i',
'n', 'y'], ['b', 'r', 'a', 's', 'h'], ['b', 'r', 'a', 'v', 'e'], ['b', 'r', 'a',
'w', 'n', 'y'], ['b', 'r', 'e', 'a', 'k', 'a', 'b', 'l', 'e'], ['b', 'r', 'e', 'e',
'z', 'y'], ['b', 'r', 'i', 'e', 'f'], ['b', 'r', 'i', 'g', 'h', 't'], ['b', 'r',
'i', 'g', 'h', 't'], ['b', 'r', 'o', 'a', 'd'], ['b', 'r', 'o', 'k', 'e', 'n'],
['b', 'r', 'o', 'w', 'n'], ['b', 'u', 'm', 'p', 'y'], ['b', 'u', 'r', 'l', 'y'],
['b', 'u', 's', 't', 'l', 'i', 'n', 'g'], ['b', 'u', 's', 'y'], ['c', 'a', 'g',
'e', 'y'], ['c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'i', 'n', 'g'], ['c', 'a', 'l',
'l', 'o', 'u', 's'], ['c', 'a', 'l', 'm'], ['c', 'a', 'p', 'a', 'b', 'l', 'e'],
['c', 'a', 'p', 'r', 'i', 'c', 'i', 'o', 'u', 's'], ['c', 'a', 'r', 'e', 'f', 'u',
'l'], ['c', 'a', 'r', 'e', 'l', 'e', 's', 's'], ['c', 'a', 'r', 'i', 'n', 'g'],
['c', 'a', 'u', 't', 'i', 'o', 'u', 's'], ['c', 'e', 'a', 's', 'e', 'l', 'e', 's',
's'], ['c', 'e', 'r', 't', 'a', 'i', 'n'], ['c', 'h', 'a', 'n', 'g', 'e', 'a', 'b',
'l', 'e'], ['c', 'h', 'a', 'r', 'm', 'i', 'n', 'g'], ['c', 'h', 'e', 'a', 'p'],
['c', 'h', 'e', 'e', 'r', 'f', 'u', 'l'], ['c', 'h', 'e', 'm', 'i', 'c', 'a', 'l'],
['c', 'h', 'i', 'e', 'f'], ['c', 'h', 'i', 'l', 'd', 'l', 'i', 'k', 'e'], ['c',
'h', 'i', 'l', 'l', 'y'], ['c', 'h', 'i', 'v', 'a', 'l', 'r', 'o', 'u', 's'], ['c',
'h', 'u', 'b', 'b', 'y'], ['c', 'h', 'u', 'n', 'k', 'y'], ['c', 'l', 'a', 'm', 'm',
'y'], ['c', 'l', 'a', 's', 's', 'y'], ['c', 'l', 'e', 'a', 'n'], ['c', 'l', 'e',
'a', 'r'], ['c', 'l', 'e', 'v', 'e', 'r'], ['c', 'l', 'o', 'i', 's', 't', 'e', 'r',
'e', 'd'], ['c', 'l', 'o', 'u', 'd', 'y'], ['c', 'l', 'o', 's', 'e', 'd'], ['c',
'l', 'u', 'm', 's', 'y'], ['c', 'l', 'u', 't', 't', 'e', 'r', 'e', 'd'], ['c', 'o',
'h', 'e', 'r', 'e', 'n', 't'], ['c', 'o', 'l', 'd'], ['c', 'o', 'l', 'o', 'r', 'f',
'u', 'l'], ['c', 'o', 'l', 'o', 's', 's', 'a', 'l'], ['c', 'o', 'm', 'b', 'a', 't',
'i', 'v', 'e'], ['c', 'o', 'm', 'f', 'o', 'r', 't', 'a', 'b', 'l', 'e'], ['c', 'o',
'm', 'm', 'o', 'n'], ['c', 'o', 'm', 'p', 'l', 'e', 't', 'e'], ['c', 'o', 'm', 'p',
'l', 'e', 'x'], ['c', 'o', 'n', 'c', 'e', 'r', 'n', 'e', 'd'], ['c', 'o', 'n', 'd',
'e', 'm', 'n', 'e', 'd'], ['c', 'o', 'n', 'f', 'u', 's', 'e', 'd'], ['c', 'o', 'n',
's', 'c', 'i', 'o', 'u', 's'], ['c', 'o', 'o', 'i', 'n', 'g'], ['c', 'o', 'o',
'l'], ['c', 'o', 'o', 'p', 'e', 'r', 'a', 't', 'i', 'v', 'e'], ['c', 'o', 'o', 'r',
'd', 'i', 'n', 'a', 't', 'e', 'd'], ['c', 'o', 'u', 'r', 'a', 'g', 'e', 'o', 'u',
's'], ['c', 'o', 'w', 'a', 'r', 'd', 'l', 'y'], ['c', 'r', 'a', 'b', 'b', 'y'],
['c', 'r', 'a', 'v', 'e', 'n'], ['c', 'r', 'a', 'z', 'y'], ['c', 'r', 'e', 'e',
'p', 'y'], ['c', 'r', 'o', 'o', 'k', 'e', 'd'], ['c', 'r', 'o', 'w', 'd', 'e',
'd'], ['c', 'r', 'u', 'e', 'l'], ['c', 'u', 'd', 'd', 'l', 'y'], ['c', 'u', 'l',
't', 'u', 'r', 'e', 'd'], ['c', 'u', 'm', 'b', 'e', 'r', 's', 'o', 'm', 'e'], ['c',
'u', 'r', 'i', 'o', 'u', 's'], ['c', 'u', 'r', 'l', 'y'], ['c', 'u', 'r', 'v', 'e',
'd'], ['c', 'u', 'r', 'v', 'y'], ['c', 'u', 't'], ['c', 'u', 't', 'e'], ['c', 'u',
't', 'e'], ['c', 'y', 'n', 'i', 'c', 'a', 'l'], ['d', 'a', 'f', 'f', 'y'], ['d',
'a', 'i', 'l', 'y'], ['d', 'a', 'm', 'a', 'g', 'e', 'd'], ['d', 'a', 'm', 'a', 'g',
'i', 'n', 'g'], ['d', 'a', 'm', 'p'], ['d', 'a', 'n', 'g', 'e', 'r', 'o', 'u',
's'], ['d', 'a', 'p', 'p', 'e', 'r'], ['d', 'a', 'r', 'k'], ['d', 'a', 's', 'h',
'i', 'n', 'g'], ['d', 'a', 'z', 'z', 'l', 'i', 'n', 'g'], ['d', 'e', 'a', 'd'],
['d', 'e', 'a', 'd', 'p', 'a', 'n'], ['d', 'e', 'a', 'f', 'e', 'n', 'i', 'n', 'g'],
['d', 'e', 'a', 'r'], ['d', 'e', 'b', 'o', 'n', 'a', 'i', 'r'], ['d', 'e', 'c',
'i', 's', 'i', 'v', 'e'], ['d', 'e', 'c', 'o', 'r', 'o', 'u', 's'], ['d', 'e', 'e',
'p'], ['d', 'e', 'e', 'p', 'l', 'y'], ['d', 'e', 'f', 'e', 'a', 't', 'e', 'd'],
['d', 'e', 'f', 'e', 'c', 't', 'i', 'v', 'e'], ['d', 'e', 'f', 'i', 'a', 'n', 't'],
['d', 'e', 'l', 'i', 'c', 'a', 't', 'e'], ['d', 'e', 'l', 'i', 'c', 'i', 'o', 'u',
's'], ['d', 'e', 'l', 'i', 'g', 'h', 't', 'f', 'u', 'l'], ['d', 'e', 'm', 'o', 'n',
'i', 'c'], ['d', 'e', 'l', 'i', 'r', 'i', 'o', 'u', 's'], ['d', 'e', 'p', 'e', 'n',
'd', 'e', 'n', 't'], ['d', 'e', 'p', 'r', 'e', 's', 's', 'e', 'd'], ['d', 'e', 'r',
'a', 'n', 'g', 'e', 'd'], ['d', 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'v', 'e'],
['d', 'e', 's', 'e', 'r', 't', 'e', 'd'], ['d', 'e', 't', 'a', 'i', 'l', 'e', 'd'],
['d', 'e', 't', 'e', 'r', 'm', 'i', 'n', 'e', 'd'], ['d', 'e', 'v', 'i', 'l', 'i',
's', 'h'], ['d', 'i', 'd', 'a', 'c', 't', 'i', 'c'], ['d', 'i', 'f', 'f', 'e', 'r',
'e', 'n', 't'], ['d', 'i', 'f', 'f', 'i', 'c', 'u', 'l', 't'], ['d', 'i', 'l', 'i',
'g', 'e', 'n', 't'], ['d', 'i', 'r', 'e', 'f', 'u', 'l'], ['d', 'i', 'r', 't',
'y'], ['d', 'i', 's', 'a', 'g', 'r', 'e', 'e', 'a', 'b', 'l', 'e'], ['d', 'i', 's',
'a', 's', 't', 'r', 'o', 'u', 's'], ['d', 'i', 's', 'c', 'r', 'e', 'e', 't'], ['d',
'i', 's', 'g', 'u', 's', 't', 'e', 'd'], ['d', 'i', 's', 'g', 'u', 's', 't', 'i',
'n', 'g'], ['d', 'i', 's', 'i', 'l', 'l', 'u', 's', 'i', 'o', 'n', 'e', 'd'], ['d',
'i', 's', 'p', 'e', 'n', 's', 'a', 'b', 'l', 'e'], ['d', 'i', 's', 't', 'i', 'n',
'c', 't'], ['d', 'i', 's', 't', 'u', 'r', 'b', 'e', 'd'], ['d', 'i', 'v', 'e', 'r',
'g', 'e', 'n', 't'], ['d', 'i', 'z', 'z', 'y'], ['d', 'o', 'm', 'i', 'n', 'e', 'e',
'r', 'i', 'n', 'g'], ['d', 'o', 'u', 'b', 't', 'f', 'u', 'l'], ['d', 'r', 'a',
'b'], ['d', 'r', 'a', 'c', 'o', 'n', 'i', 'a', 'n'], ['d', 'r', 'a', 'm', 'a', 't',
'i',
'c'], ['d', 'r', 'e', 'a', 'r', 'y'], ['d', 'r', 'u', 'n', 'k'], ['d', 'r', 'y'],
['d', 'u', 'l', 'l'], ['d', 'u', 's', 't', 'y'], ['d', 'u', 's', 't', 'y'], ['d',
'y', 'n', 'a', 'm', 'i', 'c'], ['d', 'y', 's', 'f', 'u', 'n', 'c', 't', 'i', 'o',
'n', 'a', 'l'], ['e', 'a', 'g', 'e', 'r'], ['e', 'a', 'r', 'l', 'y'], ['e', 'a',
'r', 's', 'p', 'l', 'i', 't', 't', 'i', 'n', 'g'], ['e', 'a', 'r', 't', 'h', 'y'],
['e', 'a', 's', 'y'], ['e', 'a', 't', 'a', 'b', 'l', 'e'], ['e', 'c', 'o', 'n',
'o', 'm', 'i', 'c'], ['e', 'd', 'u', 'c', 'a', 't', 'e', 'd'], ['e', 'f', 'f', 'i',
'c', 'a', 'c', 'i', 'o', 'u', 's'], ['e', 'f', 'f', 'i', 'c', 'i', 'e', 'n', 't'],
['e', 'i', 'g', 'h', 't'], ['e', 'l', 'a', 's', 't', 'i', 'c'], ['e', 'l', 'a',
't', 'e', 'd'], ['e', 'l', 'd', 'e', 'r', 'l', 'y'], ['e', 'l', 'e', 'c', 't', 'r',
'i', 'c'], ['e', 'l', 'e', 'g', 'a', 'n', 't'], ['e', 'l', 'f', 'i', 'n'], ['e',
'l', 'i', 't', 'e'], ['e', 'm', 'b', 'a', 'r', 'r', 'a', 's', 's', 'e', 'd'], ['e',
'm', 'i', 'n', 'e', 'n', 't'], ['e', 'm', 'p', 't', 'y'], ['e', 'n', 'c', 'h', 'a',
'n', 't', 'e', 'd'], ['e', 'n', 'c', 'h', 'a', 'n', 't', 'i', 'n', 'g'], ['e', 'n',
'c', 'o', 'u', 'r', 'a', 'g', 'i', 'n', 'g'], ['e', 'n', 'd', 'u', 'r', 'a', 'b',
'l', 'e'], ['e', 'n', 'e', 'r', 'g', 'e', 't', 'i', 'c'], ['e', 'n', 'o', 'r', 'm',
'o', 'u', 's'], ['e', 'n', 't', 'e', 'r', 't', 'a', 'i', 'n', 'i', 'n', 'g'], ['e',
'n', 't', 'h', 'u', 's', 'i', 'a', 's', 't', 'i', 'c'], ['e', 'n', 'v', 'i', 'o',
'u', 's'], ['e', 'q', 'u', 'a', 'b', 'l', 'e'], ['e', 'q', 'u', 'a', 'l'], ['e',
'r', 'e', 'c', 't'], ['e', 'r', 'r', 'a', 't', 'i', 'c'], ['e', 't', 'h', 'e', 'r',
'e', 'a', 'l'], ['e', 'v', 'a', 'n', 'e', 's', 'c', 'e', 'n', 't'], ['e', 'v', 'a',
's', 'i', 'v', 'e'], ['e', 'v', 'e', 'n'], ['e', 'x', 'c', 'e', 'l', 'l', 'e', 'n',
't'], ['e', 'x', 'c', 'i', 't', 'e', 'd'], ['e', 'x', 'c', 'i', 't', 'i', 'n',
'g'], ['e', 'x', 'c', 'l', 'u', 's', 'i', 'v', 'e'], ['e', 'x', 'o', 't', 'i',
'c'], ['e', 'x', 'p', 'e', 'n', 's', 'i', 'v', 'e'], ['e', 'x', 't', 'r', 'a', '-',
'l', 'a', 'r', 'g', 'e'], ['e', 'x', 't', 'r', 'a', '-', 's', 'm', 'a', 'l', 'l'],
['e', 'x', 'u', 'b', 'e', 'r', 'a', 'n', 't'], ['e', 'x', 'u', 'l', 't', 'a', 'n',
't'], ['f', 'a', 'b', 'u', 'l', 'o', 'u', 's'], ['f', 'a', 'd', 'e', 'd'], ['f',
'a', 'i', 'n', 't'], ['f', 'a', 'i', 'r'], ['f', 'a', 'i', 't', 'h', 'f', 'u',
'l'], ['f', 'a', 'l', 'l', 'a', 'c', 'i', 'o', 'u', 's'], ['f', 'a', 'l', 's',
'e'], ['f', 'a', 'm', 'i', 'l', 'i', 'a', 'r'], ['f', 'a', 'm', 'o', 'u', 's'],
['f', 'a', 'n', 'a', 't', 'i', 'c', 'a', 'l'], ['f', 'a', 'n', 'c', 'y'], ['f',
'a', 'n', 't', 'a', 's', 't', 'i', 'c'], ['f', 'a', 'r'], ['f', 'a', 'r', '-', 'f',
'l', 'u', 'n', 'g'], ['f', 'a', 's', 'c', 'i', 'n', 'a', 't', 'e', 'd'], ['f', 'a',
's', 't'], ['f', 'a', 't'], ['f', 'a', 'u', 'l', 't', 'y'], ['f', 'e', 'a', 'r',
'f', 'u', 'l'], ['f', 'e', 'a', 'r', 'l', 'e', 's', 's'], ['f', 'e', 'e', 'b', 'l',
'e'], ['f', 'e', 'i', 'g', 'n', 'e', 'd'], ['f', 'e', 'm', 'a', 'l', 'e'], ['f',
'e', 'r', 't', 'i', 'l', 'e'], ['f', 'e', 's', 't', 'i', 'v', 'e'], ['f', 'e',
'w'], ['f', 'i', 'e', 'r', 'c', 'e'], ['f', 'i', 'l', 't', 'h', 'y'], ['f', 'i',
'n', 'e'], ['f', 'i', 'n', 'i', 'c', 'k', 'y'], ['f', 'i', 'r', 's', 't'], ['f',
'i', 'v', 'e'], ['f', 'i', 'x', 'e', 'd'], ['f', 'l', 'a', 'g', 'r', 'a', 'n',
't'], ['f', 'l', 'a', 'k', 'y'], ['f', 'l', 'a', 's', 'h', 'y'], ['f', 'l', 'a',
't'], ['f', 'l', 'a', 'w', 'l', 'e', 's', 's'], ['f', 'l', 'i', 'm', 's', 'y'],
['f', 'l', 'i', 'p', 'p', 'a', 'n', 't'], ['f', 'l', 'o', 'w', 'e', 'r', 'y'],
['f', 'l', 'u', 'f', 'f', 'y'], ['f', 'l', 'u', 't', 't', 'e', 'r', 'i', 'n', 'g'],
['f', 'o', 'a', 'm', 'y'], ['f', 'o', 'o', 'l', 'i', 's', 'h'], ['f', 'o', 'r',
'e', 'g', 'o', 'i', 'n', 'g'], ['f', 'o', 'r', 'g', 'e', 't', 'f', 'u', 'l'], ['f',
'o', 'r', 't', 'u', 'n', 'a', 't', 'e'], ['f', 'o', 'u', 'r'], ['f', 'r', 'a', 'i',
'l'], ['f', 'r', 'a', 'g', 'i', 'l', 'e'], ['f', 'r', 'a', 'n', 't', 'i', 'c'],
['f', 'r', 'e', 'e'], ['f', 'r', 'e', 'e', 'z', 'i', 'n', 'g'], ['f', 'r', 'e',
'q', 'u', 'e', 'n', 't'], ['f', 'r', 'e', 's', 'h'], ['f', 'r', 'e', 't', 'f', 'u',
'l'], ['f', 'r', 'i', 'e', 'n', 'd', 'l', 'y'], ['f', 'r', 'i', 'g', 'h', 't', 'e',
'n', 'e', 'd'], ['f', 'r', 'i', 'g', 'h', 't', 'e', 'n', 'i', 'n', 'g'], ['f', 'u',
'l', 'l'], ['f', 'u', 'm', 'b', 'l', 'i', 'n', 'g'], ['f', 'u', 'n', 'c', 't', 'i',
'o', 'n', 'a', 'l'], ['f', 'u', 'n', 'n', 'y'], ['f', 'u', 'r', 'r', 'y'], ['f',
'u', 'r', 't', 'i', 'v', 'e'], ['f', 'u', 't', 'u', 'r', 'e'], ['f', 'u', 't', 'u',
'r', 'i', 's', 't', 'i', 'c'], ['f', 'u', 'z', 'z', 'y'], ['g', 'a', 'b', 'b',
'y'], ['g', 'a', 'i', 'n', 'f', 'u', 'l'], ['g', 'a', 'm', 'y'], ['g', 'a', 'p',
'i', 'n', 'g'], ['g', 'a', 'r', 'r', 'u', 'l', 'o', 'u', 's'], ['g', 'a', 'u', 'd',
'y'], ['g', 'e', 'n', 'e', 'r', 'a', 'l'], ['g', 'e', 'n', 't', 'l', 'e'], ['g',
'i', 'a', 'n', 't'], ['g', 'i', 'd', 'd', 'y'], ['g', 'i', 'f', 't', 'e', 'd'],
['g', 'i', 'g', 'a', 'n', 't', 'i', 'c'], ['g', 'l', 'a', 'm', 'o', 'r', 'o', 'u',
's'], ['g', 'l', 'e', 'a', 'm', 'i', 'n', 'g'], ['g', 'l', 'i', 'b'], ['g', 'l',
'i', 's', 't', 'e', 'n', 'i', 'n', 'g'], ['g', 'l', 'o', 'r', 'i', 'o', 'u', 's'],
['g', 'l', 'o', 's', 's', 'y'], ['g', 'o', 'd', 'l', 'y'], ['g', 'o', 'o', 'd'],
['g', 'o', 'o', 'f', 'y'], ['g', 'o', 'r', 'g', 'e', 'o', 'u', 's'], ['g', 'r',
'a', 'c', 'e', 'f', 'u', 'l'], ['g', 'r', 'a', 'n', 'd', 'i', 'o', 's', 'e'], ['g',
'r', 'a', 't', 'e', 'f', 'u', 'l'], ['g', 'r', 'a', 't', 'i', 's'], ['g', 'r', 'a',
'y'], ['g', 'r', 'e', 'a', 's', 'y'], ['g', 'r', 'e', 'a', 't'], ['g', 'r', 'e',
'e', 'd', 'y'], ['g', 'r', 'e', 'e', 'n'], ['g', 'r', 'e', 'y'], ['g', 'r', 'i',
'e', 'v', 'i', 'n', 'g'], ['g', 'r', 'o', 'o', 'v', 'y'], ['g', 'r', 'o', 't', 'e',
's', 'q', 'u', 'e'], ['g', 'r', 'o', 'u', 'c', 'h', 'y'], ['g', 'r', 'u', 'b', 'b',
'y'], ['g', 'r', 'u', 'e', 's', 'o', 'm', 'e'], ['g', 'r', 'u', 'm', 'p', 'y'],
['g', 'u', 'a', 'r', 'd', 'e', 'd'], ['g', 'u', 'i', 'l', 't', 'l', 'e', 's', 's'],
['g', 'u', 'l', 'l', 'i', 'b', 'l', 'e'], ['g', 'u', 's', 't', 'y'], ['g', 'u',
't', 't', 'u', 'r', 'a', 'l'], ['h', 'a', 'b', 'i', 't', 'u', 'a', 'l'], ['h', 'a',
'l', 'f'], ['h', 'a', 'l', 'l', 'o', 'w', 'e', 'd'], ['h', 'a', 'l', 't', 'i', 'n',
'g'], ['h', 'a', 'n', 'd', 's', 'o', 'm', 'e'], ['h', 'a', 'n', 'd', 's', 'o', 'm',
'e', 'l', 'y'], ['h', 'a', 'n', 'd', 'y'], ['h', 'a', 'n', 'g', 'i', 'n', 'g'],
['h', 'a', 'p', 'l', 'e', 's', 's'], ['h', 'a', 'p', 'p', 'y'], ['h', 'a', 'r',
'd'], ['h', 'a', 'r', 'd', '-', 't', 'o', '-', 'f', 'i', 'n', 'd'], ['h', 'a', 'r',
'm', 'o', 'n', 'i', 'o', 'u', 's'], ['h', 'a', 'r', 's', 'h'], ['h', 'a', 't', 'e',
'f', 'u', 'l'], ['h', 'e', 'a', 'd', 'y'], ['h', 'e', 'a', 'l', 't', 'h', 'y'],
['h', 'e', 'a', 'r', 't', 'b', 'r', 'e', 'a', 'k', 'i', 'n', 'g'], ['h', 'e', 'a',
'v', 'e', 'n', 'l', 'y'], ['h', 'e', 'a', 'v', 'y'], ['h', 'e', 'l', 'l', 'i', 's',
'h'], ['h', 'e', 'l', 'p', 'f', 'u', 'l'], ['h', 'e', 'l', 'p', 'l', 'e', 's',
's'], ['h', 'e', 's', 'i', 't', 'a', 'n', 't'], ['h', 'i', 'd', 'e', 'o', 'u',
's'], ['h', 'i', 'g', 'h'], ['h', 'i', 'g', 'h', 'f', 'a', 'l', 'u', 't', 'i',
'n'], ['h', 'i', 'g', 'h', '-', 'p', 'i', 't', 'c', 'h', 'e', 'd'], ['h', 'i', 'l',
'a', 'r', 'i', 'o', 'u', 's'], ['h', 'i', 's', 's', 'i', 'n', 'g'], ['h', 'i', 's',
't', 'o', 'r', 'i', 'c', 'a', 'l'], ['h', 'o', 'l', 'i', 's', 't', 'i', 'c'], ['h',
'o', 'l', 'l', 'o', 'w'], ['h', 'o', 'm', 'e', 'l', 'e', 's', 's'], ['h', 'o', 'm',
'e', 'l', 'y'], ['h', 'o', 'n', 'o', 'r', 'a', 'b', 'l', 'e'], ['h', 'o', 'r', 'r',
'i', 'b', 'l', 'e'], ['h', 'o', 's', 'p', 'i', 't', 'a', 'b', 'l', 'e'], ['h', 'o',
't'], ['h', 'u', 'g', 'e'], ['h', 'u', 'l', 'k', 'i', 'n', 'g'], ['h', 'u', 'm',
'd', 'r', 'u', 'm'], ['h', 'u', 'm', 'o', 'r', 'o', 'u', 's'], ['h', 'u', 'n', 'g',
'r', 'y'], ['h', 'u', 'r', 'r', 'i', 'e', 'd'], ['h', 'u', 'r', 't'], ['h', 'u',
's', 'h', 'e', 'd'], ['h', 'u', 's', 'k', 'y'], ['h', 'y', 'p', 'n', 'o', 't', 'i',
'c'], ['h', 'y', 's', 't', 'e', 'r', 'i', 'c', 'a', 'l'], ['i', 'c', 'k', 'y'],
['i', 'c', 'y'], ['i', 'd', 'i', 'o', 't', 'i', 'c'], ['i', 'g', 'n', 'o', 'r',
'a', 'n', 't'], ['i', 'l', 'l'], ['i', 'l', 'l', 'e', 'g', 'a', 'l'], ['i', 'l',
'l', '-', 'f', 'a', 't', 'e', 'd'], ['i', 'l', 'l', '-', 'i', 'n', 'f', 'o', 'r',
'm', 'e', 'd'], ['i', 'l', 'l', 'u', 's', 't', 'r', 'i', 'o', 'u', 's'], ['i', 'm',
'a', 'g', 'i', 'n', 'a', 'r', 'y'], ['i', 'm', 'm', 'e', 'n', 's', 'e'], ['i', 'm',
'm', 'i', 'n', 'e', 'n', 't'], ['i', 'm', 'p', 'a', 'r', 't', 'i', 'a', 'l'], ['i',
'm', 'p', 'e', 'r', 'f', 'e', 'c', 't'], ['i', 'm', 'p', 'o', 'l', 'i', 't', 'e'],
['i', 'm', 'p', 'o', 'r', 't', 'a', 'n', 't'], ['i', 'm', 'p', 'o', 'r', 't', 'e',
'd'], ['i', 'm', 'p', 'o', 's', 's', 'i', 'b', 'l', 'e'], ['i', 'n', 'c', 'a', 'n',
'd', 'e', 's', 'c', 'e', 'n', 't'], ['i', 'n', 'c', 'o', 'm', 'p', 'e', 't', 'e',
'n', 't'], ['i', 'n', 'c', 'o', 'n', 'c', 'l', 'u', 's', 'i', 'v', 'e'], ['i', 'n',
'd', 'u', 's', 't', 'r', 'i', 'o', 'u', 's'], ['i', 'n', 'c', 'r', 'e', 'd', 'i',
'b', 'l', 'e'], ['i', 'n', 'e', 'x', 'p', 'e', 'n', 's', 'i', 'v', 'e'], ['i', 'n',
'f', 'a', 'm', 'o', 'u', 's'], ['i', 'n', 'n', 'a', 't', 'e'], ['i', 'n', 'n', 'o',
'c', 'e', 'n', 't'], ['i', 'n', 'q', 'u', 'i', 's', 'i', 't', 'i', 'v', 'e'], ['i',
'n', 's', 'i', 'd', 'i', 'o', 'u', 's'], ['i', 'n', 's', 't', 'i', 'n', 'c', 't',
'i', 'v', 'e'], ['i', 'n', 't', 'e', 'l', 'l', 'i', 'g', 'e', 'n', 't'], ['i', 'n',
't', 'e', 'r', 'e', 's', 't', 'i', 'n', 'g'], ['i', 'n', 't', 'e', 'r', 'n', 'a',
'l'], ['i', 'n', 'v', 'i', 'n', 'c', 'i', 'b', 'l', 'e'], ['i', 'r', 'a', 't',
'e'], ['i', 'r', 'r', 'i', 't', 'a', 't', 'i', 'n', 'g'], ['i', 't', 'c', 'h',
'y'], ['j', 'a', 'd', 'e', 'd'], ['j', 'a', 'g', 'g', 'e', 'd'], ['j', 'a', 'z',
'z', 'y'], ['j', 'e', 'a', 'l', 'o', 'u',
's'], ['j', 'i', 't', 't', 'e', 'r', 'y'], ['j', 'o', 'b', 'l', 'e', 's', 's'],
['j', 'o', 'l', 'l', 'y'], ['j', 'o', 'y', 'o', 'u', 's'], ['j', 'u', 'd', 'i',
'c', 'i', 'o', 'u', 's'], ['j', 'u', 'i', 'c', 'y'], ['j', 'u', 'm', 'b', 'l', 'e',
'd'], ['j', 'u', 'm', 'p', 'y'], ['j', 'u', 'v', 'e', 'n', 'i', 'l', 'e'], ['k',
'a', 'p', 'u', 't'], ['k', 'e', 'e', 'n'], ['k', 'i', 'n', 'd'], ['k', 'i', 'n',
'd', 'h', 'e', 'a', 'r', 't', 'e', 'd'], ['k', 'i', 'n', 'd', 'l', 'y'], ['k', 'n',
'o', 't', 't', 'y'], ['k', 'n', 'o', 'w', 'i', 'n', 'g'], ['k', 'n', 'o', 'w', 'l',
'e', 'd', 'g', 'e', 'a', 'b', 'l', 'e'], ['k', 'n', 'o', 'w', 'n'], ['l', 'a', 'b',
'o', 'r', 'e', 'd'], ['l', 'a', 'c', 'k', 'a', 'd', 'a', 'i', 's', 'i', 'c', 'a',
'l'], ['l', 'a', 'c', 'k', 'i', 'n', 'g'], ['l', 'a', 'm', 'e'], ['l', 'a', 'm',
'e', 'n', 't', 'a', 'b', 'l', 'e'], ['l', 'a', 'n', 'g', 'u', 'i', 'd'], ['l', 'a',
'r', 'g', 'e'], ['l', 'a', 's', 't'], ['l', 'a', 't', 'e'], ['l', 'a', 'u', 'g',
'h', 'a', 'b', 'l', 'e'], ['l', 'a', 'v', 'i', 's', 'h'], ['l', 'a', 'z', 'y'],
['l', 'e', 'a', 'n'], ['l', 'e', 'a', 'r', 'n', 'e', 'd'], ['l', 'e', 'f', 't'],
['l', 'e', 'g', 'a', 'l'], ['l', 'e', 't', 'h', 'a', 'l'], ['l', 'e', 'v', 'e',
'l'], ['l', 'e', 'w', 'd'], ['l', 'i', 'g', 'h', 't'], ['l', 'i', 'k', 'e'], ['l',
'i', 'k', 'e', 'a', 'b', 'l', 'e'], ['l', 'i', 'm', 'p', 'i', 'n', 'g'], ['l', 'i',
't', 'e', 'r', 'a', 't', 'e'], ['l', 'i', 't', 't', 'l', 'e'], ['l', 'i', 'v', 'e',
'l', 'y'], ['l', 'i', 'v', 'e', 'l', 'y'], ['l', 'i', 'v', 'i', 'n', 'g'], ['l',
'o', 'n', 'e', 'l', 'y'], ['l', 'o', 'n', 'g'], ['l', 'o', 'n', 'g', 'i', 'n',
'g'], ['l', 'o', 'n', 'g', '-', 't', 'e', 'r', 'm'], ['l', 'o', 'o', 's', 'e'],
['l', 'o', 'p', 's', 'i', 'd', 'e', 'd'], ['l', 'o', 'u', 'd'], ['l', 'o', 'u',
't', 'i', 's', 'h'], ['l', 'o', 'v', 'e', 'l', 'y'], ['l', 'o', 'v', 'i', 'n',
'g'], ['l', 'o', 'w'], ['l', 'o', 'w', 'l', 'y'], ['l', 'u', 'c', 'k', 'y'], ['l',
'u', 'd', 'i', 'c', 'r', 'o', 'u', 's'], ['l', 'u', 'm', 'p', 'y'], ['l', 'u', 's',
'h'], ['l', 'u', 'x', 'u', 'r', 'i', 'a', 'n', 't'], ['l', 'y', 'i', 'n', 'g'],
['l', 'y', 'r', 'i', 'c', 'a', 'l'], ['m', 'a', 'c', 'a', 'b', 'r', 'e'], ['m',
'a', 'c', 'h', 'o'], ['m', 'a', 'd', 'd', 'e', 'n', 'i', 'n', 'g'], ['m', 'a', 'd',
'l', 'y'], ['m', 'a', 'g', 'e', 'n', 't', 'a'], ['m', 'a', 'g', 'i', 'c', 'a',
'l'], ['m', 'a', 'g', 'n', 'i', 'f', 'i', 'c', 'e', 'n', 't'], ['m', 'a', 'j', 'e',
's', 't', 'i', 'c'], ['m', 'a', 'k', 'e', 's', 'h', 'i', 'f', 't'], ['m', 'a', 'l',
'e'], ['m', 'a', 'l', 'i', 'c', 'i', 'o', 'u', 's'], ['m', 'a', 'm', 'm', 'o', 't',
'h'], ['m', 'a', 'n', 'i', 'a', 'c', 'a', 'l'], ['m', 'a', 'n', 'y'], ['m', 'a',
'r', 'k', 'e', 'd'], ['m', 'a', 's', 's', 'i', 'v', 'e'], ['m', 'a', 'r', 'r', 'i',
'e', 'd'], ['m', 'a', 'r', 'v', 'e', 'l', 'o', 'u', 's'], ['m', 'a', 't', 'e', 'r',
'i', 'a', 'l'], ['m', 'a', 't', 'e', 'r', 'i', 'a', 'l', 'i', 's', 't', 'i', 'c'],
['m', 'a', 't', 'u', 'r', 'e'], ['m', 'e', 'a', 'n'], ['m', 'e', 'a', 's', 'l',
'y'], ['m', 'e', 'a', 't', 'y'], ['m', 'e', 'd', 'i', 'c', 'a', 'l'], ['m', 'e',
'e', 'k'], ['m', 'e', 'l', 'l', 'o', 'w'], ['m', 'e', 'l', 'o', 'd', 'i', 'c'],
['m', 'e', 'l', 't', 'e', 'd'], ['m', 'e', 'r', 'c', 'i', 'f', 'u', 'l'], ['m',
'e', 'r', 'e'], ['m', 'e', 's', 's', 'y'], ['m', 'i', 'g', 'h', 't', 'y'], ['m',
'i', 'l', 'i', 't', 'a', 'r', 'y'], ['m', 'i', 'l', 'k', 'y'], ['m', 'i', 'n', 'd',
'l', 'e', 's', 's'], ['m', 'i', 'n', 'i', 'a', 't', 'u', 'r', 'e'], ['m', 'i', 'n',
'o', 'r'], ['m', 'i', 's', 'c', 'r', 'e', 'a', 'n', 't'], ['m', 'i', 's', 't',
'y'], ['m', 'i', 'x', 'e', 'd'], ['m', 'o', 'a', 'n', 'i', 'n', 'g'], ['m', 'o',
'd', 'e', 'r', 'n'], ['m', 'o', 'l', 'd', 'y'], ['m', 'o', 'm', 'e', 'n', 't', 'o',
'u', 's'], ['m', 'o', 't', 'i', 'o', 'n', 'l', 'e', 's', 's'], ['m', 'o', 'u', 'n',
't', 'a', 'i', 'n', 'o', 'u', 's'], ['m', 'u', 'd', 'd', 'l', 'e', 'd'], ['m', 'u',
'n', 'd', 'a', 'n', 'e'], ['m', 'u', 'r', 'k', 'y'], ['m', 'u', 's', 'h', 'y'],
['m', 'u', 't', 'e'], ['m', 'y', 's', 't', 'e', 'r', 'i', 'o', 'u', 's'], ['n',
'a', 'i', 'v', 'e'], ['n', 'a', 'p', 'p', 'y'], ['n', 'a', 'r', 'r', 'o', 'w'],
['n', 'a', 's', 't', 'y'], ['n', 'a', 't', 'u', 'r', 'a', 'l'], ['n', 'a', 'u',
'g', 'h', 't', 'y'], ['n', 'a', 'u', 's', 'e', 'a', 't', 'i', 'n', 'g'], ['n', 'e',
'a', 'r'], ['n', 'e', 'a', 't'], ['n', 'e', 'b', 'u', 'l', 'o', 'u', 's'], ['n',
'e', 'c', 'e', 's', 's', 'a', 'r', 'y'], ['n', 'e', 'e', 'd', 'l', 'e', 's', 's'],
['n', 'e', 'e', 'd', 'y'], ['n', 'e', 'i', 'g', 'h', 'b', 'o', 'r', 'l', 'y'],
['n', 'e', 'r', 'v', 'o', 'u', 's'], ['n', 'e', 'w'], ['n', 'e', 'x', 't'], ['n',
'i', 'c', 'e'], ['n', 'i', 'f', 't', 'y'], ['n', 'i', 'm', 'b', 'l', 'e'], ['n',
'i', 'n', 'e'], ['n', 'i', 'p', 'p', 'y'], ['n', 'o', 'i', 's', 'e', 'l', 'e', 's',
's'], ['n', 'o', 'i', 's', 'y'], ['n', 'o', 'n', 'c', 'h', 'a', 'l', 'a', 'n',
't'], ['n', 'o', 'n', 'd', 'e', 's', 'c', 'r', 'i', 'p', 't'], ['n', 'o', 'n', 's',
't', 'o', 'p'], ['n', 'o', 'r', 'm', 'a', 'l'], ['n', 'o', 's', 't', 'a', 'l', 'g',
'i', 'c'], ['n', 'o', 's', 'y'], ['n', 'o', 'x', 'i', 'o', 'u', 's'], ['n', 'u',
'l', 'l'], ['n', 'u', 'm', 'b', 'e', 'r', 'l', 'e', 's', 's'], ['n', 'u', 'm', 'e',
'r', 'o', 'u', 's'], ['n', 'u', 't', 'r', 'i', 't', 'i', 'o', 'u', 's'], ['n', 'u',
't', 't', 'y'], ['o', 'a', 'f', 'i', 's', 'h'], ['o', 'b', 'e', 'd', 'i', 'e', 'n',
't'], ['o', 'b', 'e', 'i', 's', 'a', 'n', 't'], ['o', 'b', 'e', 's', 'e'], ['o',
'b', 'n', 'o', 'x', 'i', 'o', 'u', 's'], ['o', 'b', 's', 'c', 'e', 'n', 'e'], ['o',
'b', 's', 'e', 'q', 'u', 'i', 'o', 'u', 's'], ['o', 'b', 's', 'e', 'r', 'v', 'a',
'n', 't'], ['o', 'b', 's', 'o', 'l', 'e', 't', 'e'], ['o', 'b', 't', 'a', 'i', 'n',
'a', 'b', 'l', 'e'], ['o', 'c', 'e', 'a', 'n', 'i', 'c'], ['o', 'd', 'd'], ['o',
'f', 'f', 'b', 'e', 'a', 't'], ['o', 'l', 'd'], ['o', 'l', 'd', '-', 'f', 'a', 's',
'h', 'i', 'o', 'n', 'e', 'd'], ['o', 'm', 'n', 'i', 's', 'c', 'i', 'e', 'n', 't'],
['o', 'n', 'e'], ['o', 'n', 'e', 'r', 'o', 'u', 's'], ['o', 'p', 'e', 'n'], ['o',
'p', 'p', 'o', 's', 'i', 't', 'e'], ['o', 'p', 't', 'i', 'm', 'a', 'l'], ['o', 'r',
'a', 'n', 'g', 'e'], ['o', 'r', 'd', 'i', 'n', 'a', 'r', 'y'], ['o', 'r', 'g', 'a',
'n', 'i', 'c'], ['o', 's', 's', 'i', 'f', 'i', 'e', 'd'], ['o', 'u', 't', 'g', 'o',
'i', 'n', 'g'], ['o', 'u', 't', 'r', 'a', 'g', 'e', 'o', 'u', 's'], ['o', 'u', 't',
's', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['o', 'v', 'a', 'l'], ['o', 'v', 'e', 'r',
'c', 'o', 'n', 'f', 'i', 'd', 'e', 'n', 't'], ['o', 'v', 'e', 'r', 'j', 'o', 'y',
'e', 'd'], ['o', 'v', 'e', 'r', 'r', 'a', 't', 'e', 'd'], ['o', 'v', 'e', 'r',
't'], ['o', 'v', 'e', 'r', 'w', 'r', 'o', 'u', 'g', 'h', 't'], ['p', 'a', 'i', 'n',
'f', 'u', 'l'], ['p', 'a', 'i', 'n', 's', 't', 'a', 'k', 'i', 'n', 'g'], ['p', 'a',
'l', 'e'], ['p', 'a', 'l', 't', 'r', 'y'], ['p', 'a', 'n', 'i', 'c', 'k', 'y'],
['p', 'a', 'n', 'o', 'r', 'a', 'm', 'i', 'c'], ['p', 'a', 'r', 'a', 'l', 'l', 'e',
'l'], ['p', 'a', 'r', 'c', 'h', 'e', 'd'], ['p', 'a', 'r', 's', 'i', 'm', 'o', 'n',
'i', 'o', 'u', 's'], ['p', 'a', 's', 't'], ['p', 'a', 's', 't', 'o', 'r', 'a',
'l'], ['p', 'a', 't', 'h', 'e', 't', 'i', 'c'], ['p', 'e', 'a', 'c', 'e', 'f', 'u',
'l'], ['p', 'e', 'n', 'i', 't', 'e', 'n', 't'], ['p', 'e', 'r', 'f', 'e', 'c',
't'], ['p', 'e', 'r', 'i', 'o', 'd', 'i', 'c'], ['p', 'e', 'r', 'm', 'i', 's', 's',
'i', 'b', 'l', 'e'], ['p', 'e', 'r', 'p', 'e', 't', 'u', 'a', 'l'], ['p', 'e', 't',
'i', 't', 'e'], ['p', 'e', 't', 'i', 't', 'e'], ['p', 'h', 'o', 'b', 'i', 'c'],
['p', 'h', 'y', 's', 'i', 'c', 'a', 'l'], ['p', 'i', 'c', 'a', 'y', 'u', 'n', 'e'],
['p', 'i', 'n', 'k'], ['p', 'i', 'q', 'u', 'a', 'n', 't'], ['p', 'l', 'a', 'c',
'i', 'd'], ['p', 'l', 'a', 'i', 'n'], ['p', 'l', 'a', 'n', 't'], ['p', 'l', 'a',
's', 't', 'i', 'c'], ['p', 'l', 'a', 'u', 's', 'i', 'b', 'l', 'e'], ['p', 'l', 'e',
'a', 's', 'a', 'n', 't'], ['p', 'l', 'u', 'c', 'k', 'y'], ['p', 'o', 'i', 'n', 't',
'l', 'e', 's', 's'], ['p', 'o', 'i', 's', 'e', 'd'], ['p', 'o', 'l', 'i', 't',
'e'], ['p', 'o', 'l', 'i', 't', 'i', 'c', 'a', 'l'], ['p', 'o', 'o', 'r'], ['p',
'o', 's', 's', 'e', 's', 's', 'i', 'v', 'e'], ['p', 'o', 's', 's', 'i', 'b', 'l',
'e'], ['p', 'o', 'w', 'e', 'r', 'f', 'u', 'l'], ['p', 'r', 'e', 'c', 'i', 'o', 'u',
's'], ['p', 'r', 'e', 'm', 'i', 'u', 'm'], ['p', 'r', 'e', 's', 'e', 'n', 't'],
['p', 'r', 'e', 't', 't', 'y'], ['p', 'r', 'e', 'v', 'i', 'o', 'u', 's'], ['p',
'r', 'i', 'c', 'e', 'y'], ['p', 'r', 'i', 'c', 'k', 'l', 'y'], ['p', 'r', 'i', 'v',
'a', 't', 'e'], ['p', 'r', 'o', 'b', 'a', 'b', 'l', 'e'], ['p', 'r', 'o', 'd', 'u',
'c', 't', 'i', 'v', 'e'], ['p', 'r', 'o', 'f', 'u', 's', 'e'], ['p', 'r', 'o', 't',
'e', 'c', 't', 'i', 'v', 'e'], ['p', 'r', 'o', 'u', 'd'], ['p', 's', 'y', 'c', 'h',
'e', 'd', 'e', 'l', 'i', 'c'], ['p', 's', 'y', 'c', 'h', 'o', 't', 'i', 'c'], ['p',
'u', 'b', 'l', 'i', 'c'], ['p', 'u', 'f', 'f', 'y'], ['p', 'u', 'm', 'p', 'e',
'd'], ['p', 'u', 'n', 'y'], ['p', 'u', 'r', 'p', 'l', 'e'], ['p', 'u', 'r', 'r',
'i', 'n', 'g'], ['p', 'u', 's', 'h', 'y'], ['p', 'u', 'z', 'z', 'l', 'e', 'd'],
['p', 'u', 'z', 'z', 'l', 'i', 'n', 'g'], ['q', 'u', 'a', 'c', 'k'], ['q', 'u',
'a', 'i', 'n', 't'], ['q', 'u', 'a', 'r', 'r', 'e', 'l', 's', 'o', 'm', 'e'], ['q',
'u', 'e', 's', 't', 'i', 'o', 'n', 'a', 'b', 'l', 'e'], ['q', 'u', 'i', 'c', 'k'],
['q', 'u', 'i', 'c', 'k', 'e', 's', 't'], ['q', 'u', 'i', 'e', 't'], ['q', 'u',
'i', 'r', 'k', 'y'], ['q', 'u', 'i', 'x', 'o', 't', 'i', 'c'], ['q', 'u', 'i', 'z',
'z', 'i', 'c', 'a', 'l'], ['r', 'a', 'b', 'i', 'd'], ['r', 'a', 'c', 'i', 'a',
'l'], ['r', 'a', 'g', 'g', 'e', 'd'], ['r', 'a', 'i', 'n', 'y'], ['r', 'a', 'm',
'b', 'u', 'n', 'c', 't', 'i', 'o', 'u', 's'], ['r', 'a', 'm', 'p', 'a', 'n', 't'],
['r', 'a', 'p', 'i', 'd'], ['r', 'a', 'r', 'e'], ['r', 'a', 's', 'p', 'y'], ['r',
'a', 't', 't', 'y'], ['r', 'e', 'a', 'd', 'y'], ['r',
'e', 'a', 'l'], ['r', 'e', 'b', 'e', 'l'], ['r', 'e', 'c', 'e', 'p', 't', 'i',
'v', 'e'], ['r', 'e', 'c', 'o', 'n', 'd', 'i', 't', 'e'], ['r', 'e', 'd'], ['r',
'e', 'd', 'u', 'n', 'd', 'a', 'n', 't'], ['r', 'e', 'f', 'l', 'e', 'c', 't', 'i',
'v', 'e'], ['r', 'e', 'g', 'u', 'l', 'a', 'r'], ['r', 'e', 'l', 'i', 'e', 'v', 'e',
'd'], ['r', 'e', 'm', 'a', 'r', 'k', 'a', 'b', 'l', 'e'], ['r', 'e', 'm', 'i', 'n',
'i', 's', 'c', 'e', 'n', 't'], ['r', 'e', 'p', 'u', 'l', 's', 'i', 'v', 'e'], ['r',
'e', 's', 'o', 'l', 'u', 't', 'e'], ['r', 'e', 's', 'o', 'n', 'a', 'n', 't'], ['r',
'e', 's', 'p', 'o', 'n', 's', 'i', 'b', 'l', 'e'], ['r', 'h', 'e', 't', 'o', 'r',
'i', 'c', 'a', 'l'], ['r', 'i', 'c', 'h'], ['r', 'i', 'g', 'h', 't'], ['r', 'i',
'g', 'h', 't', 'e', 'o', 'u', 's'], ['r', 'i', 'g', 'h', 't', 'f', 'u', 'l'], ['r',
'i', 'g', 'i', 'd'], ['r', 'i', 'p', 'e'], ['r', 'i', 't', 'z', 'y'], ['r', 'o',
'a', 's', 't', 'e', 'd'], ['r', 'o', 'b', 'u', 's', 't'], ['r', 'o', 'm', 'a', 'n',
't', 'i', 'c'], ['r', 'o', 'o', 'm', 'y'], ['r', 'o', 't', 't', 'e', 'n'], ['r',
'o', 'u', 'g', 'h'], ['r', 'o', 'u', 'n', 'd'], ['r', 'o', 'y', 'a', 'l'], ['r',
'u', 'd', 'd', 'y'], ['r', 'u', 'd', 'e'], ['r', 'u', 'r', 'a', 'l'], ['r', 'u',
's', 't', 'i', 'c'], ['r', 'u', 't', 'h', 'l', 'e', 's', 's'], ['s', 'a', 'b', 'l',
'e'], ['s', 'a', 'd'], ['s', 'a', 'f', 'e'], ['s', 'a', 'l', 't', 'y'], ['s', 'a',
'm', 'e'], ['s', 'a', 's', 's', 'y'], ['s', 'a', 't', 'i', 's', 'f', 'y', 'i', 'n',
'g'], ['s', 'a', 'v', 'o', 'r', 'y'], ['s', 'c', 'a', 'n', 'd', 'a', 'l', 'o', 'u',
's'], ['s', 'c', 'a', 'r', 'c', 'e'], ['s', 'c', 'a', 'r', 'e', 'd'], ['s', 'c',
'a', 'r', 'y'], ['s', 'c', 'a', 't', 't', 'e', 'r', 'e', 'd'], ['s', 'c', 'i', 'e',
'n', 't', 'i', 'f', 'i', 'c'], ['s', 'c', 'i', 'n', 't', 'i', 'l', 'l', 'a', 't',
'i', 'n', 'g'], ['s', 'c', 'r', 'a', 'w', 'n', 'y'], ['s', 'c', 'r', 'e', 'e', 'c',
'h', 'i', 'n', 'g'], ['s', 'e', 'c', 'o', 'n', 'd'], ['s', 'e', 'c', 'o', 'n', 'd',
'-', 'h', 'a', 'n', 'd'], ['s', 'e', 'c', 'r', 'e', 't'], ['s', 'e', 'c', 'r', 'e',
't', 'i', 'v', 'e'], ['s', 'e', 'd', 'a', 't', 'e'], ['s', 'e', 'e', 'm', 'l',
'y'], ['s', 'e', 'l', 'e', 'c', 't', 'i', 'v', 'e'], ['s', 'e', 'l', 'f', 'i', 's',
'h'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['s', 'e', 'r', 'i', 'o', 'u',
's'], ['s', 'h', 'a', 'g', 'g', 'y'], ['s', 'h', 'a', 'k', 'y'], ['s', 'h', 'a',
'l', 'l', 'o', 'w'], ['s', 'h', 'a', 'r', 'p'], ['s', 'h', 'i', 'n', 'y'], ['s',
'h', 'i', 'v', 'e', 'r', 'i', 'n', 'g'], ['s', 'h', 'o', 'c', 'k', 'i', 'n', 'g'],
['s', 'h', 'o', 'r', 't'], ['s', 'h', 'r', 'i', 'l', 'l'], ['s', 'h', 'u', 't'],
['s', 'h', 'y'], ['s', 'i', 'c', 'k'], ['s', 'i', 'l', 'e', 'n', 't'], ['s', 'i',
'l', 'e', 'n', 't'], ['s', 'i', 'l', 'k', 'y'], ['s', 'i', 'l', 'l', 'y'], ['s',
'i', 'm', 'p', 'l', 'e'], ['s', 'i', 'm', 'p', 'l', 'i', 's', 't', 'i', 'c'], ['s',
'i', 'n', 'c', 'e', 'r', 'e'], ['s', 'i', 'x'], ['s', 'k', 'i', 'l', 'l', 'f', 'u',
'l'], ['s', 'k', 'i', 'n', 'n', 'y'], ['s', 'l', 'e', 'e', 'p', 'y'], ['s', 'l',
'i', 'm'], ['s', 'l', 'i', 'm', 'y'], ['s', 'l', 'i', 'p', 'p', 'e', 'r', 'y'],
['s', 'l', 'o', 'p', 'p', 'y'], ['s', 'l', 'o', 'w'], ['s', 'm', 'a', 'l', 'l'],
['s', 'm', 'a', 'r', 't'], ['s', 'm', 'e', 'l', 'l', 'y'], ['s', 'm', 'i', 'l',
'i', 'n', 'g'], ['s', 'm', 'o', 'g', 'g', 'y'], ['s', 'm', 'o', 'o', 't', 'h'],
['s', 'n', 'e', 'a', 'k', 'y'], ['s', 'n', 'o', 'b', 'b', 'i', 's', 'h'], ['s',
'n', 'o', 't', 't', 'y'], ['s', 'o', 'f', 't'], ['s', 'o', 'g', 'g', 'y'], ['s',
'o', 'l', 'i', 'd'], ['s', 'o', 'm', 'b', 'e', 'r'], ['s', 'o', 'p', 'h', 'i', 's',
't', 'i', 'c', 'a', 't', 'e', 'd'], ['s', 'o', 'r', 'd', 'i', 'd'], ['s', 'o', 'r',
'e'], ['s', 'o', 'r', 'e'], ['s', 'o', 'u', 'r'], ['s', 'p', 'a', 'r', 'k', 'l',
'i', 'n', 'g'], ['s', 'p', 'e', 'c', 'i', 'a', 'l'], ['s', 'p', 'e', 'c', 't', 'a',
'c', 'u', 'l', 'a', 'r'], ['s', 'p', 'i', 'c', 'y'], ['s', 'p', 'i', 'f', 'f',
'y'], ['s', 'p', 'i', 'k', 'y'], ['s', 'p', 'i', 'r', 'i', 't', 'u', 'a', 'l'],
['s', 'p', 'i', 't', 'e', 'f', 'u', 'l'], ['s', 'p', 'l', 'e', 'n', 'd', 'i', 'd'],
['s', 'p', 'o', 'o', 'k', 'y'], ['s', 'p', 'o', 't', 'l', 'e', 's', 's'], ['s',
'p', 'o', 't', 't', 'e', 'd'], ['s', 'p', 'o', 't', 't', 'y'], ['s', 'p', 'u', 'r',
'i', 'o', 'u', 's'], ['s', 'q', 'u', 'a', 'l', 'i', 'd'], ['s', 'q', 'u', 'a', 'r',
'e'], ['s', 'q', 'u', 'e', 'a', 'l', 'i', 'n', 'g'], ['s', 'q', 'u', 'e', 'a', 'm',
'i', 's', 'h'], ['s', 't', 'a', 'k', 'i', 'n', 'g'], ['s', 't', 'a', 'l', 'e'],
['s', 't', 'a', 'n', 'd', 'i', 'n', 'g'], ['s', 't', 'a', 't', 'u', 'e', 's', 'q',
'u', 'e'], ['s', 't', 'e', 'a', 'd', 'f', 'a', 's', 't'], ['s', 't', 'e', 'a', 'd',
'y'], ['s', 't', 'e', 'e', 'p'], ['s', 't', 'e', 'r', 'e', 'o', 't', 'y', 'p', 'e',
'd'], ['s', 't', 'i', 'c', 'k', 'y'], ['s', 't', 'i', 'f', 'f'], ['s', 't', 'i',
'm', 'u', 'l', 'a', 't', 'i', 'n', 'g'], ['s', 't', 'i', 'n', 'g', 'y'], ['s', 't',
'o', 'r', 'm', 'y'], ['s', 't', 'r', 'a', 'i', 'g', 'h', 't'], ['s', 't', 'r', 'a',
'n', 'g', 'e'], ['s', 't', 'r', 'i', 'p', 'e', 'd'], ['s', 't', 'r', 'o', 'n',
'g'], ['s', 't', 'u', 'p', 'e', 'n', 'd', 'o', 'u', 's'], ['s', 't', 'u', 'p', 'i',
'd'], ['s', 't', 'u', 'r', 'd', 'y'], ['s', 'u', 'b', 'd', 'u', 'e', 'd'], ['s',
'u', 'b', 's', 'e', 'q', 'u', 'e', 'n', 't'], ['s', 'u', 'b', 's', 't', 'a', 'n',
't', 'i', 'a', 'l'], ['s', 'u', 'c', 'c', 'e', 's', 's', 'f', 'u', 'l'], ['s', 'u',
'c', 'c', 'i', 'n', 'c', 't'], ['s', 'u', 'd', 'd', 'e', 'n'], ['s', 'u', 'l', 'k',
'y'], ['s', 'u', 'p', 'e', 'r'], ['s', 'u', 'p', 'e', 'r', 'b'], ['s', 'u', 'p',
'e', 'r', 'f', 'i', 'c', 'i', 'a', 'l'], ['s', 'u', 'p', 'r', 'e', 'm', 'e'], ['s',
'w', 'a', 'n', 'k', 'y'], ['s', 'w', 'e', 'e', 't'], ['s', 'w', 'e', 'l', 't', 'e',
'r', 'i', 'n', 'g'], ['s', 'w', 'i', 'f', 't'], ['s', 'y', 'm', 'p', 't', 'o', 'm',
'a', 't', 'i', 'c'], ['s', 'y', 'n', 'o', 'n', 'y', 'm', 'o', 'u', 's'], ['t', 'a',
'b', 'o', 'o'], ['t', 'a', 'c', 'i', 't'], ['t', 'a', 'c', 'k', 'y'], ['t', 'a',
'l', 'e', 'n', 't', 'e', 'd'], ['t', 'a', 'l', 'l'], ['t', 'a', 'm', 'e'], ['t',
'a', 'n'], ['t', 'a', 'n', 'g', 'i', 'b', 'l', 'e'], ['t', 'a', 'n', 'g', 'y'],
['t', 'a', 'r', 't'], ['t', 'a', 's', 't', 'e', 'f', 'u', 'l'], ['t', 'a', 's',
't', 'e', 'l', 'e', 's', 's'], ['t', 'a', 's', 't', 'y'], ['t', 'a', 'w', 'd', 'r',
'y'], ['t', 'e', 'a', 'r', 'f', 'u', 'l'], ['t', 'e', 'd', 'i', 'o', 'u', 's'],
['t', 'e', 'e', 'n', 'y'], ['t', 'e', 'e', 'n', 'y', '-', 't', 'i', 'n', 'y'],
['t', 'e', 'l', 'l', 'i', 'n', 'g'], ['t', 'e', 'm', 'p', 'o', 'r', 'a', 'r', 'y'],
['t', 'e', 'n'], ['t', 'e', 'n', 'd', 'e', 'r'], ['t', 'e', 'n', 's', 'e'], ['t',
'e', 'n', 's', 'e'], ['t', 'e', 'n', 'u', 'o', 'u', 's'], ['t', 'e', 'r', 'r', 'i',
'b', 'l', 'e'], ['t', 'e', 'r', 'r', 'i', 'f', 'i', 'c'], ['t', 'e', 's', 't', 'e',
'd'], ['t', 'e', 's', 't', 'y'], ['t', 'h', 'a', 'n', 'k', 'f', 'u', 'l'], ['t',
'h', 'e', 'r', 'a', 'p', 'e', 'u', 't', 'i', 'c'], ['t', 'h', 'i', 'c', 'k'], ['t',
'h', 'i', 'n'], ['t', 'h', 'i', 'n', 'k', 'a', 'b', 'l', 'e'], ['t', 'h', 'i', 'r',
'd'], ['t', 'h', 'i', 'r', 's', 't', 'y'], ['t', 'h', 'i', 'r', 's', 't', 'y'],
['t', 'h', 'o', 'u', 'g', 'h', 't', 'f', 'u', 'l'], ['t', 'h', 'o', 'u', 'g', 'h',
't', 'l', 'e', 's', 's'], ['t', 'h', 'r', 'e', 'a', 't', 'e', 'n', 'i', 'n', 'g'],
['t', 'h', 'r', 'e', 'e'], ['t', 'h', 'u', 'n', 'd', 'e', 'r', 'i', 'n', 'g'],
['t', 'i', 'd', 'y'], ['t', 'i', 'g', 'h', 't'], ['t', 'i', 'g', 'h', 't', 'f',
'i', 's', 't', 'e', 'd'], ['t', 'i', 'n', 'y'], ['t', 'i', 'r', 'e', 'd'], ['t',
'i', 'r', 'e', 's', 'o', 'm', 'e'], ['t', 'o', 'o', 't', 'h', 's', 'o', 'm', 'e'],
['t', 'o', 'r', 'p', 'i', 'd'], ['t', 'o', 'u', 'g', 'h'], ['t', 'o', 'w', 'e',
'r', 'i', 'n', 'g'], ['t', 'r', 'a', 'n', 'q', 'u', 'i', 'l'], ['t', 'r', 'a', 's',
'h', 'y'], ['t', 'r', 'e', 'm', 'e', 'n', 'd', 'o', 'u', 's'], ['t', 'r', 'i', 'c',
'k', 'y'], ['t', 'r', 'i', 't', 'e'], ['t', 'r', 'o', 'u', 'b', 'l', 'e', 'd'],
['t', 'r', 'u', 'c', 'u', 'l', 'e', 'n', 't'], ['t', 'r', 'u', 'e'], ['t', 'r',
'u', 't', 'h', 'f', 'u', 'l'], ['t', 'w', 'o'], ['t', 'y', 'p', 'i', 'c', 'a',
'l'], ['u', 'b', 'i', 'q', 'u', 'i', 't', 'o', 'u', 's'], ['u', 'g', 'l', 'i', 'e',
's', 't'], ['u', 'g', 'l', 'y'], ['u', 'l', 't', 'r', 'a'], ['u', 'n', 'a', 'b',
'l', 'e'], ['u', 'n', 'a', 'c', 'c', 'o', 'u', 'n', 't', 'a', 'b', 'l', 'e'], ['u',
'n', 'a', 'd', 'v', 'i', 's', 'e', 'd'], ['u', 'n', 'a', 'r', 'm', 'e', 'd'], ['u',
'n', 'b', 'e', 'c', 'o', 'm', 'i', 'n', 'g'], ['u', 'n', 'b', 'i', 'a', 's', 'e',
'd'], ['u', 'n', 'c', 'o', 'v', 'e', 'r', 'e', 'd'], ['u', 'n', 'd', 'e', 'r', 's',
't', 'o', 'o', 'd'], ['u', 'n', 'd', 'e', 's', 'i', 'r', 'a', 'b', 'l', 'e'], ['u',
'n', 'e', 'q', 'u', 'a', 'l'], ['u', 'n', 'e', 'q', 'u', 'a', 'l', 'e', 'd'], ['u',
'n', 'e', 'v', 'e', 'n'], ['u', 'n', 'h', 'e', 'a', 'l', 't', 'h', 'y'], ['u', 'n',
'i', 'n', 't', 'e', 'r', 'e', 's', 't', 'e', 'd'], ['u', 'n', 'i', 'q', 'u', 'e'],
['u', 'n', 'k', 'e', 'm', 'p', 't'], ['u', 'n', 'k', 'n', 'o', 'w', 'n'], ['u',
'n', 'n', 'a', 't', 'u', 'r', 'a', 'l'], ['u', 'n', 'r', 'u', 'l', 'y'], ['u', 'n',
's', 'i', 'g', 'h', 't', 'l', 'y'], ['u', 'n', 's', 'u', 'i', 't', 'a', 'b', 'l',
'e'], ['u', 'n', 't', 'i', 'd', 'y'], ['u', 'n', 'u', 's', 'e', 'd'], ['u', 'n',
'u', 's', 'u', 'a', 'l'], ['u', 'n', 'w', 'i', 'e', 'l', 'd', 'y'], ['u', 'n', 'w',
'r', 'i', 't', 't', 'e', 'n'], ['u', 'p', 'b', 'e', 'a', 't'], ['u', 'p', 'p', 'i',
't', 'y'], ['u', 'p', 's', 'e', 't'], ['u', 'p', 't', 'i', 'g', 'h', 't'], ['u',
's', 'e', 'd'], ['u', 's', 'e', 'f', 'u', 'l'], ['u', 's', 'e', 'l', 'e', 's',
's'], ['u', 't', 'o', 'p', 'i', 'a', 'n'], ['u', 't', 't', 'e', 'r'], ['u', 't',
't', 'e', 'r', 'm', 'o', 's', 't'], ['v', 'a', 'c', 'u', 'o', 'u', 's'], ['v', 'a',
'g', 'a', 'b', 'o', 'n', 'd'], ['v', 'a', 'g', 'u', 'e'], ['v', 'a', 'l', 'u', 'a',
'b', 'l', 'e'], ['v', 'a', 'r',
'i', 'o', 'u', 's'], ['v', 'a', 's', 't'], ['v', 'e', 'n', 'g', 'e', 'f', 'u',
'l'], ['v', 'e', 'n', 'o', 'm', 'o', 'u', 's'], ['v', 'e', 'r', 'd', 'a', 'n',
't'], ['v', 'e', 'r', 's', 'e', 'd'], ['v', 'i', 'c', 't', 'o', 'r', 'i', 'o', 'u',
's'], ['v', 'i', 'g', 'o', 'r', 'o', 'u', 's'], ['v', 'i', 'o', 'l', 'e', 'n',
't'], ['v', 'i', 'o', 'l', 'e', 't'], ['v', 'i', 'v', 'a', 'c', 'i', 'o', 'u',
's'], ['v', 'o', 'i', 'c', 'e', 'l', 'e', 's', 's'], ['v', 'o', 'l', 'a', 't', 'i',
'l', 'e'], ['v', 'o', 'r', 'a', 'c', 'i', 'o', 'u', 's'], ['v', 'u', 'l', 'g', 'a',
'r'], ['w', 'a', 'c', 'k', 'y'], ['w', 'a', 'g', 'g', 'i', 's', 'h'], ['w', 'a',
'i', 't', 'i', 'n', 'g'], ['w', 'a', 'k', 'e', 'f', 'u', 'l'], ['w', 'a', 'n', 'd',
'e', 'r', 'i', 'n', 'g'], ['w', 'a', 'n', 't', 'i', 'n', 'g'], ['w', 'a', 'r', 'l',
'i', 'k', 'e'], ['w', 'a', 'r', 'm'], ['w', 'a', 'r', 'y'], ['w', 'a', 's', 't',
'e', 'f', 'u', 'l'], ['w', 'a', 't', 'e', 'r', 'y'], ['w', 'e', 'a', 'k'], ['w',
'e', 'a', 'l', 't', 'h', 'y'], ['w', 'e', 'a', 'r', 'y'], ['w', 'e', 'l', 'l', '-',
'g', 'r', 'o', 'o', 'm', 'e', 'd'], ['w', 'e', 'l', 'l', '-', 'm', 'a', 'd', 'e'],
['w', 'e', 'l', 'l', '-', 'o', 'f', 'f'], ['w', 'e', 'l', 'l', '-', 't', 'o', '-',
'd', 'o'], ['w', 'e', 't'], ['w', 'h', 'i', 'm', 's', 'i', 'c', 'a', 'l'], ['w',
'h', 'i', 's', 'p', 'e', 'r', 'i', 'n', 'g'], ['w', 'h', 'i', 't', 'e'], ['w', 'h',
'o', 'l', 'e'], ['w', 'h', 'o', 'l', 'e', 's', 'a', 'l', 'e'], ['w', 'i', 'c', 'k',
'e', 'd'], ['w', 'i', 'd', 'e'], ['w', 'i', 'd', 'e', '-', 'e', 'y', 'e', 'd'],
['w', 'i', 'g', 'g', 'l', 'y'], ['w', 'i', 'l', 'd'], ['w', 'i', 'l', 'l', 'i',
'n', 'g'], ['w', 'i', 'n', 'd', 'y'], ['w', 'i', 'r', 'y'], ['w', 'i', 's', 'e'],
['w', 'i', 's', 't', 'f', 'u', 'l'], ['w', 'i', 't', 't', 'y'], ['w', 'o', 'e',
'b', 'e', 'g', 'o', 'n', 'e'], ['w', 'o', 'm', 'a', 'n', 'l', 'y'], ['w', 'o', 'n',
'd', 'e', 'r', 'f', 'u', 'l'], ['w', 'o', 'o', 'd', 'e', 'n'], ['w', 'o', 'o', 'z',
'y'], ['w', 'o', 'r', 'k', 'a', 'b', 'l', 'e'], ['w', 'o', 'r', 'r', 'i', 'e',
'd'], ['w', 'o', 'r', 't', 'h', 'l', 'e', 's', 's'], ['w', 'r', 'a', 't', 'h', 'f',
'u', 'l'], ['w', 'r', 'e', 't', 'c', 'h', 'e', 'd'], ['w', 'r', 'o', 'n', 'g'],
['w', 'r', 'y'], ['y', 'e', 'l', 'l', 'o', 'w'], ['y', 'i', 'e', 'l', 'd', 'i',
'n', 'g'], ['y', 'o', 'u', 'n', 'g'], ['y', 'o', 'u', 't', 'h', 'f', 'u', 'l'],
['y', 'u', 'm', 'm', 'y'], ['z', 'a', 'n', 'y'], ['z', 'e', 'a', 'l', 'o', 'u',
's'], ['z', 'e', 's', 't', 'y'], ['z', 'i', 'p', 'p', 'y'], ['z', 'o', 'n', 'k',
'e', 'd'], ['a', 'c', 'c', 'o', 'u', 'n', 't'], ['a', 'c', 'h', 'i', 'e', 'v', 'e',
'r'], ['a', 'c', 'o', 'u', 's', 't', 'i', 'c', 's'], ['a', 'c', 't'], ['a', 'c',
't', 'i', 'o', 'n'], ['a', 'c', 't', 'i', 'v', 'i', 't', 'y'], ['a', 'c', 't', 'o',
'r'], ['a', 'd', 'd', 'i', 't', 'i', 'o', 'n'], ['a', 'd', 'j', 'u', 's', 't', 'm',
'e', 'n', 't'], ['a', 'd', 'v', 'e', 'r', 't', 'i', 's', 'e', 'm', 'e', 'n', 't'],
['a', 'd', 'v', 'i', 'c', 'e'], ['a', 'f', 't', 'e', 'r', 'm', 'a', 't', 'h'],
['a', 'f', 't', 'e', 'r', 'n', 'o', 'o', 'n'], ['a', 'f', 't', 'e', 'r', 't', 'h',
'o', 'u', 'g', 'h', 't'], ['a', 'g', 'r', 'e', 'e', 'm', 'e', 'n', 't'], ['a', 'i',
'r'], ['a', 'i', 'r', 'p', 'l', 'a', 'n', 'e'], ['a', 'i', 'r', 'p', 'o', 'r',
't'], ['a', 'l', 'a', 'r', 'm'], ['a', 'm', 'o', 'u', 'n', 't'], ['a', 'm', 'u',
's', 'e', 'm', 'e', 'n', 't'], ['a', 'n', 'g', 'e', 'r'], ['a', 'n', 'g', 'l',
'e'], ['a', 'n', 'i', 'm', 'a', 'l'], ['a', 'n', 't', 's'], ['a', 'p', 'p', 'a',
'r', 'a', 't', 'u', 's'], ['a', 'p', 'p', 'a', 'r', 'e', 'l'], ['a', 'p', 'p', 'l',
'i', 'a', 'n', 'c', 'e'], ['a', 'p', 'p', 'r', 'o', 'v', 'a', 'l'], ['a', 'r', 'c',
'h'], ['a', 'r', 'g', 'u', 'm', 'e', 'n', 't'], ['a', 'r', 'i', 't', 'h', 'm', 'e',
't', 'i', 'c'], ['a', 'r', 'm'], ['a', 'r', 'm', 'y'], ['a', 'r', 't'], ['a', 't',
't', 'a', 'c', 'k'], ['a', 't', 't', 'r', 'a', 'c', 't', 'i', 'o', 'n'], ['a', 'u',
'n', 't'], ['a', 'u', 't', 'h', 'o', 'r', 'i', 't', 'y'], ['b', 'a', 'b', 'i', 'e',
's'], ['b', 'a', 'b', 'y'], ['b', 'a', 'c', 'k'], ['b', 'a', 'd', 'g', 'e'], ['b',
'a', 'g'], ['b', 'a', 'i', 't'], ['b', 'a', 'l', 'a', 'n', 'c', 'e'], ['b', 'a',
'l', 'l'], ['b', 'a', 's', 'e'], ['b', 'a', 's', 'e', 'b', 'a', 'l', 'l'], ['b',
'a', 's', 'i', 'n'], ['b', 'a', 's', 'k', 'e', 't'], ['b', 'a', 's', 'k', 'e', 't',
'b', 'a', 'l', 'l'], ['b', 'a', 't'], ['b', 'a', 't', 'h'], ['b', 'a', 't', 't',
'l', 'e'], ['b', 'e', 'a', 'd'], ['b', 'e', 'a', 'r'], ['b', 'e', 'd'], ['b', 'e',
'd', 'r', 'o', 'o', 'm'], ['b', 'e', 'd', 's'], ['b', 'e', 'e'], ['b', 'e', 'e',
'f'], ['b', 'e', 'g', 'i', 'n', 'n', 'e', 'r'], ['b', 'e', 'h', 'a', 'v', 'i', 'o',
'r'], ['b', 'e', 'l', 'i', 'e', 'f'], ['b', 'e', 'l', 'i', 'e', 'v', 'e'], ['b',
'e', 'l', 'l'], ['b', 'e', 'l', 'l', 's'], ['b', 'e', 'r', 'r', 'y'], ['b', 'i',
'k', 'e'], ['b', 'i', 'k', 'e', 's'], ['b', 'i', 'r', 'd'], ['b', 'i', 'r', 'd',
's'], ['b', 'i', 'r', 't', 'h'], ['b', 'i', 'r', 't', 'h', 'd', 'a', 'y'], ['b',
'i', 't'], ['b', 'i', 't', 'e'], ['b', 'l', 'a', 'd', 'e'], ['b', 'l', 'o', 'o',
'd'], ['b', 'l', 'o', 'w'], ['b', 'o', 'a', 'r', 'd'], ['b', 'o', 'a', 't'], ['b',
'o', 'm', 'b'], ['b', 'o', 'n', 'e'], ['b', 'o', 'o', 'k'], ['b', 'o', 'o', 'k',
's'], ['b', 'o', 'o', 't'], ['b', 'o', 'r', 'd', 'e', 'r'], ['b', 'o', 't', 't',
'l', 'e'], ['b', 'o', 'u', 'n', 'd', 'a', 'r', 'y'], ['b', 'o', 'x'], ['b', 'o',
'y'], ['b', 'r', 'a', 'k', 'e'], ['b', 'r', 'a', 'n', 'c', 'h'], ['b', 'r', 'a',
's', 's'], ['b', 'r', 'e', 'a', 't', 'h'], ['b', 'r', 'i', 'c', 'k'], ['b', 'r',
'i', 'd', 'g', 'e'], ['b', 'r', 'o', 't', 'h', 'e', 'r'], ['b', 'u', 'b', 'b', 'l',
'e'], ['b', 'u', 'c', 'k', 'e', 't'], ['b', 'u', 'i', 'l', 'd', 'i', 'n', 'g'],
['b', 'u', 'l', 'b'], ['b', 'u', 'r', 's', 't'], ['b', 'u', 's', 'h', 'e', 's'],
['b', 'u', 's', 'i', 'n', 'e', 's', 's'], ['b', 'u', 't', 't', 'e', 'r'], ['b',
'u', 't', 't', 'o', 'n'], ['c', 'a', 'b', 'b', 'a', 'g', 'e'], ['c', 'a', 'b', 'l',
'e'], ['c', 'a', 'c', 't', 'u', 's'], ['c', 'a', 'k', 'e'], ['c', 'a', 'k', 'e',
's'], ['c', 'a', 'l', 'c', 'u', 'l', 'a', 't', 'o', 'r'], ['c', 'a', 'l', 'e', 'n',
'd', 'a', 'r'], ['c', 'a', 'm', 'e', 'r', 'a'], ['c', 'a', 'm', 'p'], ['c', 'a',
'n'], ['c', 'a', 'n', 'n', 'o', 'n'], ['c', 'a', 'n', 'v', 'a', 's'], ['c', 'a',
'p'], ['c', 'a', 'p', 't', 'i', 'o', 'n'], ['c', 'a', 'r'], ['c', 'a', 'r', 'd'],
['c', 'a', 'r', 'e'], ['c', 'a', 'r', 'p', 'e', 'n', 't', 'e', 'r'], ['c', 'a',
'r', 'r', 'i', 'a', 'g', 'e'], ['c', 'a', 'r', 's'], ['c', 'a', 'r', 't'], ['c',
'a', 's', 't'], ['c', 'a', 't'], ['c', 'a', 't', 's'], ['c', 'a', 't', 't', 'l',
'e'], ['c', 'a', 'u', 's', 'e'], ['c', 'a', 'v', 'e'], ['c', 'e', 'l', 'e', 'r',
'y'], ['c', 'e', 'l', 'l', 'a', 'r'], ['c', 'e', 'm', 'e', 't', 'e', 'r', 'y'],
['c', 'e', 'n', 't'], ['c', 'h', 'a', 'l', 'k'], ['c', 'h', 'a', 'n', 'c', 'e'],
['c', 'h', 'a', 'n', 'g', 'e'], ['c', 'h', 'a', 'n', 'n', 'e', 'l'], ['c', 'h',
'e', 'e', 's', 'e'], ['c', 'h', 'e', 'r', 'r', 'i', 'e', 's'], ['c', 'h', 'e', 'r',
'r', 'y'], ['c', 'h', 'e', 's', 's'], ['c', 'h', 'i', 'c', 'k', 'e', 'n'], ['c',
'h', 'i', 'c', 'k', 'e', 'n', 's'], ['c', 'h', 'i', 'l', 'd', 'r', 'e', 'n'], ['c',
'h', 'i', 'n'], ['c', 'h', 'u', 'r', 'c', 'h'], ['c', 'i', 'r', 'c', 'l', 'e'],
['c', 'l', 'a', 'm'], ['c', 'l', 'a', 's', 's'], ['c', 'l', 'o', 't', 'h'], ['c',
'l', 'o', 'v', 'e', 'r'], ['c', 'l', 'u', 'b'], ['c', 'o', 'a', 'c', 'h'], ['c',
'o', 'a', 'l'], ['c', 'o', 'a', 's', 't'], ['c', 'o', 'a', 't'], ['c', 'o', 'b',
'w', 'e', 'b'], ['c', 'o', 'i', 'l'], ['c', 'o', 'l', 'l', 'a', 'r'], ['c', 'o',
'l', 'o', 'r'], ['c', 'o', 'm', 'm', 'i', 't', 't', 'e', 'e'], ['c', 'o', 'm', 'p',
'a', 'n', 'y'], ['c', 'o', 'm', 'p', 'a', 'r', 'i', 's', 'o', 'n'], ['c', 'o', 'm',
'p', 'e', 't', 'i', 't', 'i', 'o', 'n'], ['c', 'o', 'n', 'd', 'i', 't', 'i', 'o',
'n'], ['c', 'o', 'n', 'n', 'e', 'c', 't', 'i', 'o', 'n'], ['c', 'o', 'n', 't', 'r',
'o', 'l'], ['c', 'o', 'o', 'k'], ['c', 'o', 'p', 'p', 'e', 'r'], ['c', 'o', 'r',
'n'], ['c', 'o', 'u', 'g', 'h'], ['c', 'o', 'u', 'n', 't', 'r', 'y'], ['c', 'o',
'v', 'e', 'r'], ['c', 'o', 'w'], ['c', 'o', 'w', 's'], ['c', 'r', 'a', 'c', 'k'],
['c', 'r', 'a', 'c', 'k', 'e', 'r'], ['c', 'r', 'a', 't', 'e'], ['c', 'r', 'a',
'y', 'o', 'n'], ['c', 'r', 'e', 'a', 'm'], ['c', 'r', 'e', 'a', 't', 'o', 'r'],
['c', 'r', 'e', 'a', 't', 'u', 'r', 'e'], ['c', 'r', 'e', 'd', 'i', 't'], ['c',
'r', 'i', 'b'], ['c', 'r', 'i', 'm', 'e'], ['c', 'r', 'o', 'o', 'k'], ['c', 'r',
'o', 'w'], ['c', 'r', 'o', 'w', 'd'], ['c', 'r', 'o', 'w', 'n'], ['c', 'u', 'b'],
['c', 'u', 'p'], ['c', 'u', 'r', 'r', 'e', 'n', 't'], ['c', 'u', 'r', 't', 'a',
'i', 'n'], ['c', 'u', 'r', 'v', 'e'], ['c', 'u', 's', 'h', 'i', 'o', 'n'], ['d',
'a', 'd'], ['d', 'a', 'u', 'g', 'h', 't', 'e', 'r'], ['d', 'a', 'y'], ['d', 'e',
'a', 't', 'h'], ['d', 'e', 'b', 't'], ['d', 'e', 'c', 'i', 's', 'i', 'o', 'n'],
['d', 'e', 'e', 'r'], ['d', 'e', 'g', 'r', 'e', 'e'], ['d', 'e', 's', 'i', 'g',
'n'], ['d', 'e', 's', 'i', 'r', 'e'], ['d', 'e', 's', 'k'], ['d', 'e', 's', 't',
'r', 'u', 'c', 't', 'i', 'o', 'n'], ['d', 'e', 't', 'a', 'i', 'l'], ['d', 'e', 'v',
'e', 'l', 'o', 'p', 'm', 'e', 'n', 't'], ['d', 'i', 'g', 'e', 's', 't', 'i', 'o',
'n'], ['d', 'i', 'm', 'e'], ['d', 'i', 'n', 'n', 'e', 'r'], ['d', 'i', 'n', 'o',
's', 'a', 'u', 'r', 's'], ['d', 'i', 'r', 'e', 'c', 't', 'i', 'o', 'n'], ['d', 'i',
'r', 't'], ['d', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'y'], ['d', 'i', 's', 'c', 'u',
's', 's', 'i', 'o', 'n'], ['d', 'i', 's', 't', 'a', 'n', 'c', 'e'], ['d', 'i', 's',
't', 'r', 'i', 'b', 'u', 't', 'i', 'o', 'n'], ['d', 'i', 'v', 'i', 's', 'i', 'o',
'n'], ['d', 'o', 'c', 'k'], ['d', 'o', 'c', 't', 'o', 'r'], ['d', 'o', 'g'], ['d',
'o', 'g', 's'], ['d', 'o', 'l', 'l'], ['d', 'o', 'l', 'l', 's'], ['d', 'o', 'n',
'k', 'e', 'y'], ['d', 'o', 'o', 'r'], ['d', 'o', 'w', 'n', 't', 'o', 'w', 'n'],
['d', 'r',
'a', 'i', 'n'], ['d', 'r', 'a', 'w', 'e', 'r'], ['d', 'r', 'e', 's', 's'], ['d',
'r', 'i', 'n', 'k'], ['d', 'r', 'i', 'v', 'i', 'n', 'g'], ['d', 'r', 'o', 'p'],
['d', 'u', 'c', 'k'], ['d', 'u', 'c', 'k', 's'], ['d', 'u', 's', 't'], ['e', 'a',
'r'], ['e', 'a', 'r', 't', 'h'], ['e', 'a', 'r', 't', 'h', 'q', 'u', 'a', 'k',
'e'], ['e', 'd', 'g', 'e'], ['e', 'd', 'u', 'c', 'a', 't', 'i', 'o', 'n'], ['e',
'f', 'f', 'e', 'c', 't'], ['e', 'g', 'g'], ['e', 'g', 'g', 'n', 'o', 'g'], ['e',
'g', 'g', 's'], ['e', 'l', 'b', 'o', 'w'], ['e', 'n', 'd'], ['e', 'n', 'g', 'i',
'n', 'e'], ['e', 'r', 'r', 'o', 'r'], ['e', 'v', 'e', 'n', 't'], ['e', 'x', 'a',
'm', 'p', 'l', 'e'], ['e', 'x', 'c', 'h', 'a', 'n', 'g', 'e'], ['e', 'x', 'i', 's',
't', 'e', 'n', 'c', 'e'], ['e', 'x', 'p', 'a', 'n', 's', 'i', 'o', 'n'], ['e', 'x',
'p', 'e', 'r', 'i', 'e', 'n', 'c', 'e'], ['e', 'x', 'p', 'e', 'r', 't'], ['e', 'y',
'e'], ['e', 'y', 'e', 's'], ['f', 'a', 'c', 'e'], ['f', 'a', 'c', 't'], ['f', 'a',
'i', 'r', 'i', 'e', 's'], ['f', 'a', 'l', 'l'], ['f', 'a', 'n', 'g'], ['f', 'a',
'r', 'm'], ['f', 'e', 'a', 'r'], ['f', 'e', 'e', 'l', 'i', 'n', 'g'], ['f', 'i',
'e', 'l', 'd'], ['f', 'i', 'n', 'g', 'e', 'r'], ['f', 'i', 'n', 'g', 'e', 'r'],
['f', 'i', 'r', 'e'], ['f', 'i', 'r', 'e', 'm', 'a', 'n'], ['f', 'i', 's', 'h'],
['f', 'l', 'a', 'g'], ['f', 'l', 'a', 'm', 'e'], ['f', 'l', 'a', 'v', 'o', 'r'],
['f', 'l', 'e', 's', 'h'], ['f', 'l', 'i', 'g', 'h', 't'], ['f', 'l', 'o', 'c',
'k'], ['f', 'l', 'o', 'o', 'r'], ['f', 'l', 'o', 'w', 'e', 'r'], ['f', 'l', 'o',
'w', 'e', 'r', 's'], ['f', 'l', 'y'], ['f', 'o', 'g'], ['f', 'o', 'l', 'd'], ['f',
'o', 'o', 'd'], ['f', 'o', 'o', 't'], ['f', 'o', 'r', 'c', 'e'], ['f', 'o', 'r',
'k'], ['f', 'o', 'r', 'm'], ['f', 'o', 'w', 'l'], ['f', 'r', 'a', 'm', 'e'], ['f',
'r', 'i', 'c', 't', 'i', 'o', 'n'], ['f', 'r', 'i', 'e', 'n', 'd'], ['f', 'r', 'i',
'e', 'n', 'd', 's'], ['f', 'r', 'o', 'g'], ['f', 'r', 'o', 'g', 's'], ['f', 'r',
'o', 'n', 't'], ['f', 'r', 'u', 'i', 't'], ['f', 'u', 'e', 'l'], ['f', 'u', 'r',
'n', 'i', 't', 'u', 'r', 'e'], ['g', 'a', 't', 'e'], ['g', 'e', 'e', 's', 'e'],
['g', 'h', 'o', 's', 't'], ['g', 'i', 'a', 'n', 't', 's'], ['g', 'i', 'r', 'a',
'f', 'f', 'e'], ['g', 'i', 'r', 'l'], ['g', 'i', 'r', 'l', 's'], ['g', 'l', 'a',
's', 's'], ['g', 'l', 'o', 'v', 'e'], ['g', 'o', 'l', 'd'], ['g', 'o', 'v', 'e',
'r', 'n', 'm', 'e', 'n', 't'], ['g', 'o', 'v', 'e', 'r', 'n', 'o', 'r'], ['g', 'r',
'a', 'd', 'e'], ['g', 'r', 'a', 'i', 'n'], ['g', 'r', 'a', 'n', 'd', 'f', 'a', 't',
'h', 'e', 'r'], ['g', 'r', 'a', 'n', 'd', 'm', 'o', 't', 'h', 'e', 'r'], ['g', 'r',
'a', 'p', 'e'], ['g', 'r', 'a', 's', 's'], ['g', 'r', 'i', 'p'], ['g', 'r', 'o',
'u', 'n', 'd'], ['g', 'r', 'o', 'u', 'p'], ['g', 'r', 'o', 'w', 't', 'h'], ['g',
'u', 'i', 'd', 'e'], ['g', 'u', 'i', 't', 'a', 'r'], ['g', 'u', 'n'], ['h', 'a',
'i', 'r'], ['h', 'a', 'i', 'r', 'c', 'u', 't'], ['h', 'a', 'l', 'l'], ['h', 'a',
'm', 'm', 'e', 'r'], ['h', 'a', 'n', 'd'], ['h', 'a', 'n', 'd', 's'], ['h', 'a',
'r', 'b', 'o', 'r'], ['h', 'a', 'r', 'm', 'o', 'n', 'y'], ['h', 'a', 't'], ['h',
'a', 't', 'e'], ['h', 'e', 'a', 'd'], ['h', 'e', 'a', 'l', 't', 'h'], ['h', 'e',
'a', 't'], ['h', 'i', 'l', 'l'], ['h', 'i', 's', 't', 'o', 'r', 'y'], ['h', 'o',
'b', 'b', 'i', 'e', 's'], ['h', 'o', 'l', 'e'], ['h', 'o', 'l', 'i', 'd', 'a',
'y'], ['h', 'o', 'm', 'e'], ['h', 'o', 'n', 'e', 'y'], ['h', 'o', 'o', 'k'], ['h',
'o', 'p', 'e'], ['h', 'o', 'r', 'n'], ['h', 'o', 'r', 's', 'e'], ['h', 'o', 'r',
's', 'e', 's'], ['h', 'o', 's', 'e'], ['h', 'o', 's', 'p', 'i', 't', 'a', 'l'],
['h', 'o', 't'], ['h', 'o', 'u', 'r'], ['h', 'o', 'u', 's', 'e'], ['h', 'o', 'u',
's', 'e', 's'], ['h', 'u', 'm', 'o', 'r'], ['h', 'y', 'd', 'r', 'a', 'n', 't'],
['i', 'c', 'e'], ['i', 'c', 'i', 'c', 'l', 'e'], ['i', 'd', 'e', 'a'], ['i', 'm',
'p', 'u', 'l', 's', 'e'], ['i', 'n', 'c', 'o', 'm', 'e'], ['i', 'n', 'c', 'r', 'e',
'a', 's', 'e'], ['i', 'n', 'd', 'u', 's', 't', 'r', 'y'], ['i', 'n', 'k'], ['i',
'n', 's', 'e', 'c', 't'], ['i', 'n', 's', 't', 'r', 'u', 'm', 'e', 'n', 't'], ['i',
'n', 's', 'u', 'r', 'a', 'n', 'c', 'e'], ['i', 'n', 't', 'e', 'r', 'e', 's', 't'],
['i', 'n', 'v', 'e', 'n', 't', 'i', 'o', 'n'], ['i', 'r', 'o', 'n'], ['i', 's',
'l', 'a', 'n', 'd'], ['j', 'a', 'i', 'l'], ['j', 'a', 'm'], ['j', 'a', 'r'], ['j',
'e', 'a', 'n', 's'], ['j', 'e', 'l', 'l', 'y'], ['j', 'e', 'l', 'l', 'y', 'f', 'i',
's', 'h'], ['j', 'e', 'w', 'e', 'l'], ['j', 'o', 'i', 'n'], ['j', 'u', 'd', 'g',
'e'], ['j', 'u', 'i', 'c', 'e'], ['j', 'u', 'm', 'p'], ['k', 'e', 't', 't', 'l',
'e'], ['k', 'e', 'y'], ['k', 'i', 'c', 'k'], ['k', 'i', 's', 's'], ['k', 'i', 't',
't', 'e', 'n', 's'], ['k', 'i', 't', 't', 'y'], ['k', 'n', 'e', 'e'], ['k', 'n',
'i', 'f', 'e'], ['k', 'n', 'o', 't'], ['k', 'n', 'o', 'w', 'l', 'e', 'd', 'g',
'e'], ['l', 'a', 'b', 'o', 'r', 'e', 'r'], ['l', 'a', 'c', 'e'], ['l', 'a', 'd',
'y', 'b', 'u', 'g'], ['l', 'a', 'k', 'e'], ['l', 'a', 'm', 'p'], ['l', 'a', 'n',
'd'], ['l', 'a', 'n', 'g', 'u', 'a', 'g', 'e'], ['l', 'a', 'u', 'g', 'h'], ['l',
'e', 'a', 't', 'h', 'e', 'r'], ['l', 'e', 'g'], ['l', 'e', 'g', 's'], ['l', 'e',
't', 't', 'e', 'r'], ['l', 'e', 't', 't', 'e', 'r', 's'], ['l', 'e', 't', 't', 'u',
'c', 'e'], ['l', 'e', 'v', 'e', 'l'], ['l', 'i', 'b', 'r', 'a', 'r', 'y'], ['l',
'i', 'm', 'i', 't'], ['l', 'i', 'n', 'e'], ['l', 'i', 'n', 'e', 'n'], ['l', 'i',
'p'], ['l', 'i', 'q', 'u', 'i', 'd'], ['l', 'o', 'a', 'f'], ['l', 'o', 'c', 'k'],
['l', 'o', 'c', 'k', 'e', 't'], ['l', 'o', 'o', 'k'], ['l', 'o', 's', 's'], ['l',
'o', 'v', 'e'], ['l', 'o', 'w'], ['l', 'u', 'm', 'b', 'e', 'r'], ['l', 'u', 'n',
'c', 'h'], ['l', 'u', 'n', 'c', 'h', 'r', 'o', 'o', 'm'], ['m', 'a', 'c', 'h', 'i',
'n', 'e'], ['m', 'a', 'g', 'i', 'c'], ['m', 'a', 'i', 'd'], ['m', 'a', 'i', 'l',
'b', 'o', 'x'], ['m', 'a', 'n'], ['m', 'a', 'r', 'b', 'l', 'e'], ['m', 'a', 'r',
'k'], ['m', 'a', 'r', 'k', 'e', 't'], ['m', 'a', 's', 'k'], ['m', 'a', 's', 's'],
['m', 'a', 't', 'c', 'h'], ['m', 'e', 'a', 'l'], ['m', 'e', 'a', 's', 'u', 'r',
'e'], ['m', 'e', 'a', 't'], ['m', 'e', 'e', 't', 'i', 'n', 'g'], ['m', 'e', 'm',
'o', 'r', 'y'], ['m', 'e', 'n'], ['m', 'e', 't', 'a', 'l'], ['m', 'i', 'c', 'e'],
['m', 'i', 'd', 'd', 'l', 'e'], ['m', 'i', 'l', 'k'], ['m', 'i', 'n', 'd'], ['m',
'i', 'n', 'e'], ['m', 'i', 'n', 'i', 's', 't', 'e', 'r'], ['m', 'i', 'n', 't'],
['m', 'i', 'n', 'u', 't', 'e'], ['m', 'i', 's', 't'], ['m', 'i', 't', 't', 'e',
'n'], ['m', 'o', 'm'], ['m', 'o', 'n', 'e', 'y'], ['m', 'o', 'n', 'k', 'e', 'y'],
['m', 'o', 'n', 't', 'h'], ['m', 'o', 'o', 'n'], ['m', 'o', 'r', 'n', 'i', 'n',
'g'], ['m', 'o', 't', 'h', 'e', 'r'], ['m', 'o', 't', 'i', 'o', 'n'], ['m', 'o',
'u', 'n', 't', 'a', 'i', 'n'], ['m', 'o', 'u', 't', 'h'], ['m', 'o', 'v', 'e'],
['m', 'u', 's', 'c', 'l', 'e'], ['n', 'a', 'm', 'e'], ['n', 'a', 't', 'i', 'o',
'n'], ['n', 'e', 'c', 'k'], ['n', 'e', 'e', 'd'], ['n', 'e', 'e', 'd', 'l', 'e'],
['n', 'e', 'r', 'v', 'e'], ['n', 'e', 's', 't'], ['n', 'i', 'g', 'h', 't'], ['n',
'o', 'i', 's', 'e'], ['n', 'o', 'r', 't', 'h'], ['n', 'o', 's', 'e'], ['n', 'o',
't', 'e'], ['n', 'o', 't', 'e', 'b', 'o', 'o', 'k'], ['n', 'u', 'm', 'b', 'e',
'r'], ['n', 'u', 't'], ['o', 'a', 't', 'm', 'e', 'a', 'l'], ['o', 'b', 's', 'e',
'r', 'v', 'a', 't', 'i', 'o', 'n'], ['o', 'c', 'e', 'a', 'n'], ['o', 'f', 'f', 'e',
'r'], ['o', 'f', 'f', 'i', 'c', 'e'], ['o', 'i', 'l'], ['o', 'r', 'a', 'n', 'g',
'e'], ['o', 'r', 'a', 'n', 'g', 'e', 's'], ['o', 'r', 'd', 'e', 'r'], ['o', 'v',
'e', 'n'], ['p', 'a', 'g', 'e'], ['p', 'a', 'i', 'l'], ['p', 'a', 'n'], ['p', 'a',
'n', 'c', 'a', 'k', 'e'], ['p', 'a', 'p', 'e', 'r'], ['p', 'a', 'r', 'c', 'e',
'l'], ['p', 'a', 'r', 't'], ['p', 'a', 'r', 't', 'n', 'e', 'r'], ['p', 'a', 'r',
't', 'y'], ['p', 'a', 's', 's', 'e', 'n', 'g', 'e', 'r'], ['p', 'a', 'y', 'm', 'e',
'n', 't'], ['p', 'e', 'a', 'c', 'e'], ['p', 'e', 'a', 'r'], ['p', 'e', 'n'], ['p',
'e', 'n', 'c', 'i', 'l'], ['p', 'e', 'r', 's', 'o', 'n'], ['p', 'e', 's', 't'],
['p', 'e', 't'], ['p', 'e', 't', 's'], ['p', 'i', 'c', 'k', 'l', 'e'], ['p', 'i',
'c', 't', 'u', 'r', 'e'], ['p', 'i', 'e'], ['p', 'i', 'e', 's'], ['p', 'i', 'g'],
['p', 'i', 'g', 's'], ['p', 'i', 'n'], ['p', 'i', 'p', 'e'], ['p', 'i', 'z', 'z',
'a', 's'], ['p', 'l', 'a', 'c', 'e'], ['p', 'l', 'a', 'n', 'e'], ['p', 'l', 'a',
'n', 'e', 's'], ['p', 'l', 'a', 'n', 't'], ['p', 'l', 'a', 'n', 't', 'a', 't', 'i',
'o', 'n'], ['p', 'l', 'a', 'n', 't', 's'], ['p', 'l', 'a', 's', 't', 'i', 'c'],
['p', 'l', 'a', 't', 'e'], ['p', 'l', 'a', 'y'], ['p', 'l', 'a', 'y', 'g', 'r',
'o', 'u', 'n', 'd'], ['p', 'l', 'e', 'a', 's', 'u', 'r', 'e'], ['p', 'l', 'o',
't'], ['p', 'l', 'o', 'u', 'g', 'h'], ['p', 'o', 'c', 'k', 'e', 't'], ['p', 'o',
'i', 'n', 't'], ['p', 'o', 'i', 's', 'o', 'n'], ['p', 'o', 'l', 'l', 'u', 't', 'i',
'o', 'n'], ['p', 'o', 'p', 'c', 'o', 'r', 'n'], ['p', 'o', 'r', 't', 'e', 'r'],
['p', 'o', 's', 'i', 't', 'i', 'o', 'n'], ['p', 'o', 't'], ['p', 'o', 't', 'a',
't', 'o'], ['p', 'o', 'w', 'd', 'e', 'r'], ['p', 'o', 'w', 'e', 'r'], ['p', 'r',
'i', 'c', 'e'], ['p', 'r', 'o', 'd', 'u', 'c', 'e'], ['p', 'r', 'o', 'f', 'i',
't'], ['p', 'r', 'o', 'p', 'e', 'r', 't', 'y'], ['p', 'r', 'o', 's', 'e'], ['p',
'r', 'o', 't', 'e', 's', 't'], ['p', 'u', 'l', 'l'], ['p', 'u', 'm', 'p'], ['p',
'u', 'n', 'i', 's', 'h', 'm', 'e', 'n', 't'], ['p', 'u', 'r', 'p', 'o', 's', 'e'],
['p', 'u', 's', 'h'], ['q', 'u', 'a', 'r', 't', 'e', 'r'], ['q', 'u', 'a', 'r',
't', 'z'], ['q', 'u', 'e', 'e', 'n'], ['q', 'u', 'e', 's', 't', 'i', 'o', 'n'],
['q', 'u', 'i', 'c', 'k', 's', 'a', 'n', 'd'], ['q', 'u', 'i', 'e', 't'], ['q',
'u', 'i', 'l', 'l'], ['q', 'u', 'i', 'l', 't'], ['q', 'u', 'i', 'n', 'c', 'e'],
['q', 'u', 'i', 'v', 'e', 'r'], ['r', 'a', 'b', 'b', 'i', 't'], ['r', 'a', 'b',
'b', 'i', 't', 's'], ['r', 'a', 'i', 'l'], ['r', 'a', 'i', 'l', 'w', 'a', 'y'],
['r', 'a', 'i', 'n'], ['r', 'a', 'i', 'n', 's', 't', 'o',
'r', 'm'], ['r', 'a', 'k', 'e'], ['r', 'a', 'n', 'g', 'e'], ['r', 'a', 't'], ['r',
'a', 't', 'e'], ['r', 'a', 'y'], ['r', 'e', 'a', 'c', 't', 'i', 'o', 'n'], ['r',
'e', 'a', 'd', 'i', 'n', 'g'], ['r', 'e', 'a', 's', 'o', 'n'], ['r', 'e', 'c', 'e',
'i', 'p', 't'], ['r', 'e', 'c', 'e', 's', 's'], ['r', 'e', 'c', 'o', 'r', 'd'],
['r', 'e', 'g', 'r', 'e', 't'], ['r', 'e', 'l', 'a', 't', 'i', 'o', 'n'], ['r',
'e', 'l', 'i', 'g', 'i', 'o', 'n'], ['r', 'e', 'p', 'r', 'e', 's', 'e', 'n', 't',
'a', 't', 'i', 'v', 'e'], ['r', 'e', 'q', 'u', 'e', 's', 't'], ['r', 'e', 's', 'p',
'e', 'c', 't'], ['r', 'e', 's', 't'], ['r', 'e', 'w', 'a', 'r', 'd'], ['r', 'h',
'y', 't', 'h', 'm'], ['r', 'i', 'c', 'e'], ['r', 'i', 'd', 'd', 'l', 'e'], ['r',
'i', 'f', 'l', 'e'], ['r', 'i', 'n', 'g'], ['r', 'i', 'n', 'g', 's'], ['r', 'i',
'v', 'e', 'r'], ['r', 'o', 'a', 'd'], ['r', 'o', 'b', 'i', 'n'], ['r', 'o', 'c',
'k'], ['r', 'o', 'd'], ['r', 'o', 'l', 'l'], ['r', 'o', 'o', 'f'], ['r', 'o', 'o',
'm'], ['r', 'o', 'o', 't'], ['r', 'o', 's', 'e'], ['r', 'o', 'u', 't', 'e'], ['r',
'u', 'b'], ['r', 'u', 'l', 'e'], ['r', 'u', 'n'], ['s', 'a', 'c', 'k'], ['s', 'a',
'i', 'l'], ['s', 'a', 'l', 't'], ['s', 'a', 'n', 'd'], ['s', 'c', 'a', 'l', 'e'],
['s', 'c', 'a', 'r', 'e', 'c', 'r', 'o', 'w'], ['s', 'c', 'a', 'r', 'f'], ['s',
'c', 'e', 'n', 'e'], ['s', 'c', 'e', 'n', 't'], ['s', 'c', 'h', 'o', 'o', 'l'],
['s', 'c', 'i', 'e', 'n', 'c', 'e'], ['s', 'c', 'i', 's', 's', 'o', 'r', 's'],
['s', 'c', 'r', 'e', 'w'], ['s', 'e', 'a'], ['s', 'e', 'a', 's', 'h', 'o', 'r',
'e'], ['s', 'e', 'a', 't'], ['s', 'e', 'c', 'r', 'e', 't', 'a', 'r', 'y'], ['s',
'e', 'e', 'd'], ['s', 'e', 'l', 'e', 'c', 't', 'i', 'o', 'n'], ['s', 'e', 'l',
'f'], ['s', 'e', 'n', 's', 'e'], ['s', 'e', 'r', 'v', 'a', 'n', 't'], ['s', 'h',
'a', 'd', 'e'], ['s', 'h', 'a', 'k', 'e'], ['s', 'h', 'a', 'm', 'e'], ['s', 'h',
'a', 'p', 'e'], ['s', 'h', 'e', 'e', 'p'], ['s', 'h', 'e', 'e', 't'], ['s', 'h',
'e', 'l', 'f'], ['s', 'h', 'i', 'p'], ['s', 'h', 'i', 'r', 't'], ['s', 'h', 'o',
'c', 'k'], ['s', 'h', 'o', 'e'], ['s', 'h', 'o', 'e', 's'], ['s', 'h', 'o', 'p'],
['s', 'h', 'o', 'w'], ['s', 'i', 'd', 'e'], ['s', 'i', 'd', 'e', 'w', 'a', 'l',
'k'], ['s', 'i', 'g', 'n'], ['s', 'i', 'l', 'k'], ['s', 'i', 'l', 'v', 'e', 'r'],
['s', 'i', 'n', 'k'], ['s', 'i', 's', 't', 'e', 'r'], ['s', 'i', 's', 't', 'e',
'r', 's'], ['s', 'i', 'z', 'e'], ['s', 'k', 'a', 't', 'e'], ['s', 'k', 'i', 'n'],
['s', 'k', 'i', 'r', 't'], ['s', 'k', 'y'], ['s', 'l', 'a', 'v', 'e'], ['s', 'l',
'e', 'e', 'p'], ['s', 'l', 'e', 'e', 't'], ['s', 'l', 'i', 'p'], ['s', 'l', 'o',
'p', 'e'], ['s', 'm', 'a', 's', 'h'], ['s', 'm', 'e', 'l', 'l'], ['s', 'm', 'i',
'l', 'e'], ['s', 'm', 'o', 'k', 'e'], ['s', 'n', 'a', 'i', 'l'], ['s', 'n', 'a',
'i', 'l', 's'], ['s', 'n', 'a', 'k', 'e'], ['s', 'n', 'a', 'k', 'e', 's'], ['s',
'n', 'e', 'e', 'z', 'e'], ['s', 'n', 'o', 'w'], ['s', 'o', 'a', 'p'], ['s', 'o',
'c', 'i', 'e', 't', 'y'], ['s', 'o', 'c', 'k'], ['s', 'o', 'd', 'a'], ['s', 'o',
'f', 'a'], ['s', 'o', 'n'], ['s', 'o', 'n', 'g'], ['s', 'o', 'n', 'g', 's'], ['s',
'o', 'r', 't'], ['s', 'o', 'u', 'n', 'd'], ['s', 'o', 'u', 'p'], ['s', 'p', 'a',
'c', 'e'], ['s', 'p', 'a', 'd', 'e'], ['s', 'p', 'a', 'r', 'k'], ['s', 'p', 'i',
'd', 'e', 'r', 's'], ['s', 'p', 'o', 'n', 'g', 'e'], ['s', 'p', 'o', 'o', 'n'],
['s', 'p', 'o', 't'], ['s', 'p', 'r', 'i', 'n', 'g'], ['s', 'p', 'y'], ['s', 'q',
'u', 'a', 'r', 'e'], ['s', 'q', 'u', 'i', 'r', 'r', 'e', 'l'], ['s', 't', 'a', 'g',
'e'], ['s', 't', 'a', 'm', 'p'], ['s', 't', 'a', 'r'], ['s', 't', 'a', 'r', 't'],
['s', 't', 'a', 't', 'e', 'm', 'e', 'n', 't'], ['s', 't', 'a', 't', 'i', 'o', 'n'],
['s', 't', 'e', 'a', 'm'], ['s', 't', 'e', 'e', 'l'], ['s', 't', 'e', 'm'], ['s',
't', 'e', 'p'], ['s', 't', 'e', 'w'], ['s', 't', 'i', 'c', 'k'], ['s', 't', 'i',
'c', 'k', 's'], ['s', 't', 'i', 't', 'c', 'h'], ['s', 't', 'o', 'c', 'k', 'i', 'n',
'g'], ['s', 't', 'o', 'm', 'a', 'c', 'h'], ['s', 't', 'o', 'n', 'e'], ['s', 't',
'o', 'p'], ['s', 't', 'o', 'r', 'e'], ['s', 't', 'o', 'r', 'y'], ['s', 't', 'o',
'v', 'e'], ['s', 't', 'r', 'a', 'n', 'g', 'e', 'r'], ['s', 't', 'r', 'a', 'w'],
['s', 't', 'r', 'e', 'a', 'm'], ['s', 't', 'r', 'e', 'e', 't'], ['s', 't', 'r',
'e', 't', 'c', 'h'], ['s', 't', 'r', 'i', 'n', 'g'], ['s', 't', 'r', 'u', 'c', 't',
'u', 'r', 'e'], ['s', 'u', 'b', 's', 't', 'a', 'n', 'c', 'e'], ['s', 'u', 'g', 'a',
'r'], ['s', 'u', 'g', 'g', 'e', 's', 't', 'i', 'o', 'n'], ['s', 'u', 'i', 't'],
['s', 'u', 'm', 'm', 'e', 'r'], ['s', 'u', 'n'], ['s', 'u', 'p', 'p', 'o', 'r',
't'], ['s', 'u', 'r', 'p', 'r', 'i', 's', 'e'], ['s', 'w', 'e', 'a', 't', 'e',
'r'], ['s', 'w', 'i', 'm'], ['s', 'w', 'i', 'n', 'g'], ['s', 'y', 's', 't', 'e',
'm'], ['t', 'a', 'b', 'l', 'e'], ['t', 'a', 'i', 'l'], ['t', 'a', 'l', 'k'], ['t',
'a', 'n', 'k'], ['t', 'a', 's', 't', 'e'], ['t', 'a', 'x'], ['t', 'e', 'a', 'c',
'h', 'i', 'n', 'g'], ['t', 'e', 'a', 'm'], ['t', 'e', 'e', 't', 'h'], ['t', 'e',
'm', 'p', 'e', 'r'], ['t', 'e', 'n', 'd', 'e', 'n', 'c', 'y'], ['t', 'e', 'n',
't'], ['t', 'e', 'r', 'r', 'i', 't', 'o', 'r', 'y'], ['t', 'e', 's', 't'], ['t',
'e', 'x', 't', 'u', 'r', 'e'], ['t', 'h', 'e', 'o', 'r', 'y'], ['t', 'h', 'i', 'n',
'g'], ['t', 'h', 'i', 'n', 'g', 's'], ['t', 'h', 'o', 'u', 'g', 'h', 't'], ['t',
'h', 'r', 'e', 'a', 'd'], ['t', 'h', 'r', 'i', 'l', 'l'], ['t', 'h', 'r', 'o', 'a',
't'], ['t', 'h', 'r', 'o', 'n', 'e'], ['t', 'h', 'u', 'm', 'b'], ['t', 'h', 'u',
'n', 'd', 'e', 'r'], ['t', 'i', 'c', 'k', 'e', 't'], ['t', 'i', 'g', 'e', 'r'],
['t', 'i', 'm', 'e'], ['t', 'i', 'n'], ['t', 'i', 't', 'l', 'e'], ['t', 'o', 'a',
'd'], ['t', 'o', 'e'], ['t', 'o', 'e', 's'], ['t', 'o', 'm', 'a', 't', 'o', 'e',
's'], ['t', 'o', 'n', 'g', 'u', 'e'], ['t', 'o', 'o', 't', 'h'], ['t', 'o', 'o',
't', 'h', 'b', 'r', 'u', 's', 'h'], ['t', 'o', 'o', 't', 'h', 'p', 'a', 's', 't',
'e'], ['t', 'o', 'p'], ['t', 'o', 'u', 'c', 'h'], ['t', 'o', 'w', 'n'], ['t', 'o',
'y'], ['t', 'o', 'y', 's'], ['t', 'r', 'a', 'd', 'e'], ['t', 'r', 'a', 'i', 'l'],
['t', 'r', 'a', 'i', 'n'], ['t', 'r', 'a', 'i', 'n', 's'], ['t', 'r', 'a', 'm',
'p'], ['t', 'r', 'a', 'n', 's', 'p', 'o', 'r', 't'], ['t', 'r', 'a', 'y'], ['t',
'r', 'e', 'a', 't', 'm', 'e', 'n', 't'], ['t', 'r', 'e', 'e'], ['t', 'r', 'e', 'e',
's'], ['t', 'r', 'i', 'c', 'k'], ['t', 'r', 'i', 'p'], ['t', 'r', 'o', 'u', 'b',
'l', 'e'], ['t', 'r', 'o', 'u', 's', 'e', 'r', 's'], ['t', 'r', 'u', 'c', 'k'],
['t', 'r', 'u', 'c', 'k', 's'], ['t', 'u', 'b'], ['t', 'u', 'r', 'k', 'e', 'y'],
['t', 'u', 'r', 'n'], ['t', 'w', 'i', 'g'], ['t', 'w', 'i', 's', 't'], ['u', 'm',
'b', 'r', 'e', 'l', 'l', 'a'], ['u', 'n', 'c', 'l', 'e'], ['u', 'n', 'd', 'e', 'r',
'w', 'e', 'a', 'r'], ['u', 'n', 'i', 't'], ['u', 's', 'e'], ['v', 'a', 'c', 'a',
't', 'i', 'o', 'n'], ['v', 'a', 'l', 'u', 'e'], ['v', 'a', 'n'], ['v', 'a', 's',
'e'], ['v', 'e', 'g', 'e', 't', 'a', 'b', 'l', 'e'], ['v', 'e', 'i', 'l'], ['v',
'e', 'i', 'n'], ['v', 'e', 'r', 's', 'e'], ['v', 'e', 's', 's', 'e', 'l'], ['v',
'e', 's', 't'], ['v', 'i', 'e', 'w'], ['v', 'i', 's', 'i', 't', 'o', 'r'], ['v',
'o', 'i', 'c', 'e'], ['v', 'o', 'l', 'c', 'a', 'n', 'o'], ['v', 'o', 'l', 'l', 'e',
'y', 'b', 'a', 'l', 'l'], ['v', 'o', 'y', 'a', 'g', 'e'], ['w', 'a', 'l', 'k'],
['w', 'a', 'l', 'l'], ['w', 'a', 'r'], ['w', 'a', 's', 'h'], ['w', 'a', 's', 't',
'e'], ['w', 'a', 't', 'c', 'h'], ['w', 'a', 't', 'e', 'r'], ['w', 'a', 'v', 'e'],
['w', 'a', 'v', 'e', 's'], ['w', 'a', 'x'], ['w', 'a', 'y'], ['w', 'e', 'a', 'l',
't', 'h'], ['w', 'e', 'a', 't', 'h', 'e', 'r'], ['w', 'e', 'e', 'k'], ['w', 'e',
'i', 'g', 'h', 't'], ['w', 'h', 'e', 'e', 'l'], ['w', 'h', 'i', 'p'], ['w', 'h',
'i', 's', 't', 'l', 'e'], ['w', 'i', 'l', 'd', 'e', 'r', 'n', 'e', 's', 's'], ['w',
'i', 'n', 'd'], ['w', 'i', 'n', 'd', 'o', 'w'], ['w', 'i', 'n', 'e'], ['w', 'i',
'n', 'g'], ['w', 'i', 'n', 't', 'e', 'r'], ['w', 'i', 'r', 'e'], ['w', 'i', 's',
'h'], ['w', 'o', 'm', 'a', 'n'], ['w', 'o', 'm', 'e', 'n'], ['w', 'o', 'o', 'd'],
['w', 'o', 'o', 'l'], ['w', 'o', 'r', 'd'], ['w', 'o', 'r', 'k'], ['w', 'o', 'r',
'm'], ['w', 'o', 'u', 'n', 'd'], ['w', 'r', 'e', 'n'], ['w', 'r', 'e', 'n', 'c',
'h'], ['w', 'r', 'i', 's', 't'], ['w', 'r', 'i', 't', 'e', 'r'], ['w', 'r', 'i',
't', 'i', 'n', 'g'], ['y', 'a', 'k'], ['y', 'a', 'm'], ['y', 'a', 'r', 'd'], ['y',
'a', 'r', 'n'], ['y', 'e', 'a', 'r'], ['y', 'o', 'k', 'e'], ['z', 'e', 'b', 'r',
'a'], ['z', 'e', 'p', 'h', 'y', 'r'], ['z', 'i', 'n', 'c'], ['z', 'i', 'p', 'p',
'e', 'r'], ['z', 'o', 'o'], ['a', 'c', 'c', 'e', 'p', 't'], ['a', 'd', 'd'], ['a',
'd', 'm', 'i', 'r', 'e'], ['a', 'd', 'm', 'i', 't'], ['a', 'd', 'v', 'i', 's',
'e'], ['a', 'f', 'f', 'o', 'r', 'd'], ['a', 'g', 'r', 'e', 'e'], ['a', 'l', 'e',
'r', 't'], ['a', 'l', 'l', 'o', 'w'], ['a', 'm', 'u', 's', 'e'], ['a', 'n', 'a',
'l', 'y', 's', 'e'], ['a', 'n', 'n', 'o', 'u', 'n', 'c', 'e'], ['a', 'n', 'n', 'o',
'y'], ['a', 'n', 's', 'w', 'e', 'r'], ['a', 'p', 'o', 'l', 'o', 'g', 'i', 's',
'e'], ['a', 'p', 'p', 'e', 'a', 'r'], ['a', 'p', 'p', 'l', 'a', 'u', 'd'], ['a',
'p', 'p', 'r', 'e', 'c', 'i', 'a', 't', 'e'], ['a', 'p', 'p', 'r', 'o', 'v', 'e'],
['a', 'r', 'g', 'u', 'e'], ['a', 'r', 'r', 'a', 'n', 'g', 'e'], ['a', 'r', 'r',
'e', 's', 't'], ['a', 'r', 'r', 'i', 'v', 'e'], ['a', 's', 'k'], ['a', 't', 't',
'a', 'c', 'h'], ['a', 't', 't', 'a', 'c', 'k'], ['a', 't', 't', 'e', 'm', 'p',
't'], ['a', 't', 't', 'e', 'n', 'd'], ['a', 't', 't', 'r', 'a', 'c', 't'], ['a',
'v', 'o', 'i', 'd'], ['b', 'a', 'c', 'k'], ['b', 'a', 'k', 'e'], ['b', 'a', 'l',
'a', 'n', 'c', 'e'], ['b', 'a', 'n'], ['b', 'a', 'n', 'g'], ['b', 'a', 'r', 'e'],
['b', 'a', 't'], ['b', 'a', 't', 'h', 'e'], ['b', 'a', 't', 't', 'l', 'e'], ['b',
'e', 'a', 'm'], ['b', 'e', 'g'], ['b', 'e', 'h', 'a', 'v', 'e'], ['b', 'e', 'l',
'o', 'n', 'g'], ['b', 'l', 'e', 'a', 'c', 'h'], ['b', 'l', 'e', 's', 's'], ['b',
'l', 'i', 'n', 'd'], ['b', 'l', 'i', 'n', 'k'],
['b', 'l', 'o', 't'], ['b', 'l', 'u', 's', 'h'], ['b', 'o', 'a', 's', 't'], ['b',
'o', 'i', 'l'], ['b', 'o', 'l', 't'], ['b', 'o', 'm', 'b'], ['b', 'o', 'o', 'k'],
['b', 'o', 'r', 'e'], ['b', 'o', 'r', 'r', 'o', 'w'], ['b', 'o', 'u', 'n', 'c',
'e'], ['b', 'o', 'w'], ['b', 'o', 'x'], ['b', 'r', 'a', 'k', 'e'], ['b', 'r', 'a',
'n', 'c', 'h'], ['b', 'r', 'e', 'a', 't', 'h', 'e'], ['b', 'r', 'u', 'i', 's',
'e'], ['b', 'r', 'u', 's', 'h'], ['b', 'u', 'b', 'b', 'l', 'e'], ['b', 'u', 'm',
'p'], ['b', 'u', 'r', 'n'], ['b', 'u', 'r', 'y'], ['b', 'u', 'z', 'z'], ['c', 'a',
'l', 'c', 'u', 'l', 'a', 't', 'e'], ['c', 'a', 'l', 'l'], ['c', 'a', 'm', 'p'],
['c', 'a', 'r', 'e'], ['c', 'a', 'r', 'r', 'y'], ['c', 'a', 'r', 'v', 'e'], ['c',
'a', 'u', 's', 'e'], ['c', 'h', 'a', 'l', 'l', 'e', 'n', 'g', 'e'], ['c', 'h', 'a',
'n', 'g', 'e'], ['c', 'h', 'a', 'r', 'g', 'e'], ['c', 'h', 'a', 's', 'e'], ['c',
'h', 'e', 'a', 't'], ['c', 'h', 'e', 'c', 'k'], ['c', 'h', 'e', 'e', 'r'], ['c',
'h', 'e', 'w'], ['c', 'h', 'o', 'k', 'e'], ['c', 'h', 'o', 'p'], ['c', 'l', 'a',
'i', 'm'], ['c', 'l', 'a', 'p'], ['c', 'l', 'e', 'a', 'n'], ['c', 'l', 'e', 'a',
'r'], ['c', 'l', 'i', 'p'], ['c', 'l', 'o', 's', 'e'], ['c', 'o', 'a', 'c', 'h'],
['c', 'o', 'i', 'l'], ['c', 'o', 'l', 'l', 'e', 'c', 't'], ['c', 'o', 'l', 'o',
'u', 'r'], ['c', 'o', 'm', 'b'], ['c', 'o', 'm', 'm', 'a', 'n', 'd'], ['c', 'o',
'm', 'm', 'u', 'n', 'i', 'c', 'a', 't', 'e'], ['c', 'o', 'm', 'p', 'a', 'r', 'e'],
['c', 'o', 'm', 'p', 'e', 't', 'e'], ['c', 'o', 'm', 'p', 'l', 'a', 'i', 'n'],
['c', 'o', 'm', 'p', 'l', 'e', 't', 'e'], ['c', 'o', 'n', 'c', 'e', 'n', 't', 'r',
'a', 't', 'e'], ['c', 'o', 'n', 'c', 'e', 'r', 'n'], ['c', 'o', 'n', 'f', 'e', 's',
's'], ['c', 'o', 'n', 'f', 'u', 's', 'e'], ['c', 'o', 'n', 'n', 'e', 'c', 't'],
['c', 'o', 'n', 's', 'i', 'd', 'e', 'r'], ['c', 'o', 'n', 's', 'i', 's', 't'],
['c', 'o', 'n', 't', 'a', 'i', 'n'], ['c', 'o', 'n', 't', 'i', 'n', 'u', 'e'],
['c', 'o', 'p', 'y'], ['c', 'o', 'r', 'r', 'e', 'c', 't'], ['c', 'o', 'u', 'g',
'h'], ['c', 'o', 'u', 'n', 't'], ['c', 'o', 'v', 'e', 'r'], ['c', 'r', 'a', 'c',
'k'], ['c', 'r', 'a', 's', 'h'], ['c', 'r', 'a', 'w', 'l'], ['c', 'r', 'o', 's',
's'], ['c', 'r', 'u', 's', 'h'], ['c', 'r', 'y'], ['c', 'u', 'r', 'e'], ['c', 'u',
'r', 'l'], ['c', 'u', 'r', 'v', 'e'], ['c', 'y', 'c', 'l', 'e'], ['d', 'a', 'm'],
['d', 'a', 'm', 'a', 'g', 'e'], ['d', 'a', 'n', 'c', 'e'], ['d', 'a', 'r', 'e'],
['d', 'e', 'c', 'a', 'y'], ['d', 'e', 'c', 'e', 'i', 'v', 'e'], ['d', 'e', 'c',
'i', 'd', 'e'], ['d', 'e', 'c', 'o', 'r', 'a', 't', 'e'], ['d', 'e', 'l', 'a',
'y'], ['d', 'e', 'l', 'i', 'g', 'h', 't'], ['d', 'e', 'l', 'i', 'v', 'e', 'r'],
['d', 'e', 'p', 'e', 'n', 'd'], ['d', 'e', 's', 'c', 'r', 'i', 'b', 'e'], ['d',
'e', 's', 'e', 'r', 't'], ['d', 'e', 's', 'e', 'r', 'v', 'e'], ['d', 'e', 's', 't',
'r', 'o', 'y'], ['d', 'e', 't', 'e', 'c', 't'], ['d', 'e', 'v', 'e', 'l', 'o',
'p'], ['d', 'i', 's', 'a', 'g', 'r', 'e', 'e'], ['d', 'i', 's', 'a', 'p', 'p', 'e',
'a', 'r'], ['d', 'i', 's', 'a', 'p', 'p', 'r', 'o', 'v', 'e'], ['d', 'i', 's', 'a',
'r', 'm'], ['d', 'i', 's', 'c', 'o', 'v', 'e', 'r'], ['d', 'i', 's', 'l', 'i', 'k',
'e'], ['d', 'i', 'v', 'i', 'd', 'e'], ['d', 'o', 'u', 'b', 'l', 'e'], ['d', 'o',
'u', 'b', 't'], ['d', 'r', 'a', 'g'], ['d', 'r', 'a', 'i', 'n'], ['d', 'r', 'e',
'a', 'm'], ['d', 'r', 'e', 's', 's'], ['d', 'r', 'i', 'p'], ['d', 'r', 'o', 'p'],
['d', 'r', 'o', 'w', 'n'], ['d', 'r', 'u', 'm'], ['d', 'r', 'y'], ['d', 'u', 's',
't'], ['e', 'a', 'r', 'n'], ['e', 'd', 'u', 'c', 'a', 't', 'e'], ['e', 'm', 'b',
'a', 'r', 'r', 'a', 's', 's'], ['e', 'm', 'p', 'l', 'o', 'y'], ['e', 'm', 'p', 't',
'y'], ['e', 'n', 'c', 'o', 'u', 'r', 'a', 'g', 'e'], ['e', 'n', 'd'], ['e', 'n',
'j', 'o', 'y'], ['e', 'n', 't', 'e', 'r'], ['e', 'n', 't', 'e', 'r', 't', 'a', 'i',
'n'], ['e', 's', 'c', 'a', 'p', 'e'], ['e', 'x', 'a', 'm', 'i', 'n', 'e'], ['e',
'x', 'c', 'i', 't', 'e'], ['e', 'x', 'c', 'u', 's', 'e'], ['e', 'x', 'e', 'r', 'c',
'i', 's', 'e'], ['e', 'x', 'i', 's', 't'], ['e', 'x', 'p', 'a', 'n', 'd'], ['e',
'x', 'p', 'e', 'c', 't'], ['e', 'x', 'p', 'l', 'a', 'i', 'n'], ['e', 'x', 'p', 'l',
'o', 'd', 'e'], ['e', 'x', 't', 'e', 'n', 'd'], ['f', 'a', 'c', 'e'], ['f', 'a',
'd', 'e'], ['f', 'a', 'i', 'l'], ['f', 'a', 'n', 'c', 'y'], ['f', 'a', 's', 't',
'e', 'n'], ['f', 'a', 'x'], ['f', 'e', 'a', 'r'], ['f', 'e', 'n', 'c', 'e'], ['f',
'e', 't', 'c', 'h'], ['f', 'i', 'l', 'e'], ['f', 'i', 'l', 'l'], ['f', 'i', 'l',
'm'], ['f', 'i', 'r', 'e'], ['f', 'i', 't'], ['f', 'i', 'x'], ['f', 'l', 'a', 'p'],
['f', 'l', 'a', 's', 'h'], ['f', 'l', 'o', 'a', 't'], ['f', 'l', 'o', 'o', 'd'],
['f', 'l', 'o', 'w'], ['f', 'l', 'o', 'w', 'e', 'r'], ['f', 'o', 'l', 'd'], ['f',
'o', 'l', 'l', 'o', 'w'], ['f', 'o', 'o', 'l'], ['f', 'o', 'r', 'c', 'e'], ['f',
'o', 'r', 'm'], ['f', 'o', 'u', 'n', 'd'], ['f', 'r', 'a', 'm', 'e'], ['f', 'r',
'i', 'g', 'h', 't', 'e', 'n'], ['f', 'r', 'y'], ['g', 'a', 't', 'h', 'e', 'r'],
['g', 'a', 'z', 'e'], ['g', 'l', 'o', 'w'], ['g', 'l', 'u', 'e'], ['g', 'r', 'a',
'b'], ['g', 'r', 'a', 't', 'e'], ['g', 'r', 'e', 'a', 's', 'e'], ['g', 'r', 'e',
'e', 't'], ['g', 'r', 'i', 'n'], ['g', 'r', 'i', 'p'], ['g', 'r', 'o', 'a', 'n'],
['g', 'u', 'a', 'r', 'a', 'n', 't', 'e', 'e'], ['g', 'u', 'a', 'r', 'd'], ['g',
'u', 'e', 's', 's'], ['g', 'u', 'i', 'd', 'e'], ['h', 'a', 'm', 'm', 'e', 'r'],
['h', 'a', 'n', 'd'], ['h', 'a', 'n', 'd', 'l', 'e'], ['h', 'a', 'n', 'g'], ['h',
'a', 'p', 'p', 'e', 'n'], ['h', 'a', 'r', 'a', 's', 's'], ['h', 'a', 'r', 'm'],
['h', 'a', 't', 'e'], ['h', 'a', 'u', 'n', 't'], ['h', 'e', 'a', 'd'], ['h', 'e',
'a', 'l'], ['h', 'e', 'a', 'p'], ['h', 'e', 'a', 't'], ['h', 'e', 'l', 'p'], ['h',
'o', 'o', 'k'], ['h', 'o', 'p'], ['h', 'o', 'p', 'e'], ['h', 'o', 'v', 'e', 'r'],
['h', 'u', 'g'], ['h', 'u', 'm'], ['h', 'u', 'n', 't'], ['h', 'u', 'r', 'r', 'y'],
['i', 'd', 'e', 'n', 't', 'i', 'f', 'y'], ['i', 'g', 'n', 'o', 'r', 'e'], ['i',
'm', 'a', 'g', 'i', 'n', 'e'], ['i', 'm', 'p', 'r', 'e', 's', 's'], ['i', 'm', 'p',
'r', 'o', 'v', 'e'], ['i', 'n', 'c', 'l', 'u', 'd', 'e'], ['i', 'n', 'c', 'r', 'e',
'a', 's', 'e'], ['i', 'n', 'f', 'l', 'u', 'e', 'n', 'c', 'e'], ['i', 'n', 'f', 'o',
'r', 'm'], ['i', 'n', 'j', 'e', 'c', 't'], ['i', 'n', 'j', 'u', 'r', 'e'], ['i',
'n', 's', 't', 'r', 'u', 'c', 't'], ['i', 'n', 't', 'e', 'n', 'd'], ['i', 'n', 't',
'e', 'r', 'e', 's', 't'], ['i', 'n', 't', 'e', 'r', 'f', 'e', 'r', 'e'], ['i', 'n',
't', 'e', 'r', 'r', 'u', 'p', 't'], ['i', 'n', 't', 'r', 'o', 'd', 'u', 'c', 'e'],
['i', 'n', 'v', 'e', 'n', 't'], ['i', 'n', 'v', 'i', 't', 'e'], ['i', 'r', 'r',
'i', 't', 'a', 't', 'e'], ['i', 't', 'c', 'h'], ['j', 'a', 'i', 'l'], ['j', 'a',
'm'], ['j', 'o', 'g'], ['j', 'o', 'i', 'n'], ['j', 'o', 'k', 'e'], ['j', 'u', 'd',
'g', 'e'], ['j', 'u', 'g', 'g', 'l', 'e'], ['j', 'u', 'm', 'p'], ['k', 'i', 'c',
'k'], ['k', 'i', 'l', 'l'], ['k', 'i', 's', 's'], ['k', 'n', 'e', 'e', 'l'], ['k',
'n', 'i', 't'], ['k', 'n', 'o', 'c', 'k'], ['k', 'n', 'o', 't'], ['l', 'a', 'b',
'e', 'l'], ['l', 'a', 'n', 'd'], ['l', 'a', 's', 't'], ['l', 'a', 'u', 'g', 'h'],
['l', 'a', 'u', 'n', 'c', 'h'], ['l', 'e', 'a', 'r', 'n'], ['l', 'e', 'v', 'e',
'l'], ['l', 'i', 'c', 'e', 'n', 's', 'e'], ['l', 'i', 'c', 'k'], ['l', 'i', 'e'],
['l', 'i', 'g', 'h', 't', 'e', 'n'], ['l', 'i', 'k', 'e'], ['l', 'i', 's', 't'],
['l', 'i', 's', 't', 'e', 'n'], ['l', 'i', 'v', 'e'], ['l', 'o', 'a', 'd'], ['l',
'o', 'c', 'k'], ['l', 'o', 'n', 'g'], ['l', 'o', 'o', 'k'], ['l', 'o', 'v', 'e'],
['m', 'a', 'n'], ['m', 'a', 'n', 'a', 'g', 'e'], ['m', 'a', 'r', 'c', 'h'], ['m',
'a', 'r', 'k'], ['m', 'a', 'r', 'r', 'y'], ['m', 'a', 't', 'c', 'h'], ['m', 'a',
't', 'e'], ['m', 'a', 't', 't', 'e', 'r'], ['m', 'e', 'a', 's', 'u', 'r', 'e'],
['m', 'e', 'd', 'd', 'l', 'e'], ['m', 'e', 'l', 't'], ['m', 'e', 'm', 'o', 'r',
'i', 's', 'e'], ['m', 'e', 'n', 'd'], ['m', 'e', 's', 's', ' ', 'u', 'p'], ['m',
'i', 'l', 'k'], ['m', 'i', 'n', 'e'], ['m', 'i', 's', 's'], ['m', 'i', 'x'], ['m',
'o', 'a', 'n'], ['m', 'o', 'o', 'r'], ['m', 'o', 'u', 'r', 'n'], ['m', 'o', 'v',
'e'], ['m', 'u', 'd', 'd', 'l', 'e'], ['m', 'u', 'g'], ['m', 'u', 'l', 't', 'i',
'p', 'l', 'y'], ['m', 'u', 'r', 'd', 'e', 'r'], ['n', 'a', 'i', 'l'], ['n', 'a',
'm', 'e'], ['n', 'e', 'e', 'd'], ['n', 'e', 's', 't'], ['n', 'o', 'd'], ['n', 'o',
't', 'e'], ['n', 'o', 't', 'i', 'c', 'e'], ['n', 'u', 'm', 'b', 'e', 'r'], ['o',
'b', 'e', 'y'], ['o', 'b', 'j', 'e', 'c', 't'], ['o', 'b', 's', 'e', 'r', 'v',
'e'], ['o', 'b', 't', 'a', 'i', 'n'], ['o', 'c', 'c', 'u', 'r'], ['o', 'f', 'f',
'e', 'n', 'd'], ['o', 'f', 'f', 'e', 'r'], ['o', 'p', 'e', 'n'], ['o', 'r', 'd',
'e', 'r'], ['o', 'v', 'e', 'r', 'f', 'l', 'o', 'w'], ['o', 'w', 'e'], ['o', 'w',
'n'], ['p', 'a', 'c', 'k'], ['p', 'a', 'd', 'd', 'l', 'e'], ['p', 'a', 'i', 'n',
't'], ['p', 'a', 'r', 'k'], ['p', 'a', 'r', 't'], ['p', 'a', 's', 's'], ['p', 'a',
's', 't', 'e'], ['p', 'a', 't'], ['p', 'a', 'u', 's', 'e'], ['p', 'e', 'c', 'k'],
['p', 'e', 'd', 'a', 'l'], ['p', 'e', 'e', 'l'], ['p', 'e', 'e', 'p'], ['p', 'e',
'r', 'f', 'o', 'r', 'm'], ['p', 'e', 'r', 'm', 'i', 't'], ['p', 'h', 'o', 'n',
'e'], ['p', 'i', 'c', 'k'], ['p', 'i', 'n', 'c', 'h'], ['p', 'i', 'n', 'e'], ['p',
'l', 'a', 'c', 'e'], ['p', 'l', 'a', 'n'], ['p', 'l', 'a', 'n', 't'], ['p', 'l',
'a', 'y'], ['p', 'l', 'e', 'a', 's', 'e'], ['p', 'l', 'u', 'g'], ['p', 'o', 'i',
'n', 't'], ['p', 'o', 'k', 'e'], ['p', 'o', 'l', 'i', 's', 'h'], ['p', 'o', 'p'],
['p', 'o', 's', 's', 'e', 's', 's'], ['p', 'o', 's', 't'], ['p', 'o', 'u', 'r'],
['p', 'r', 'a', 'c', 't', 'i', 's', 'e'], ['p', 'r', 'a', 'y'], ['p', 'r', 'e',
'a', 'c', 'h'], ['p', 'r', 'e', 'c', 'e', 'd', 'e'], ['p', 'r', 'e', 'f', 'e',
'r'], ['p', 'r', 'e', 'p', 'a', 'r', 'e'], ['p', 'r', 'e', 's', 'e', 'n', 't'],
['p', 'r', 'e', 's', 'e', 'r', 'v', 'e'], ['p', 'r', 'e', 's', 's'], ['p', 'r',
'e', 't', 'e', 'n', 'd'], ['p', 'r', 'e',
'v', 'e', 'n', 't'], ['p', 'r', 'i', 'c', 'k'], ['p', 'r', 'i', 'n', 't'], ['p',
'r', 'o', 'd', 'u', 'c', 'e'], ['p', 'r', 'o', 'g', 'r', 'a', 'm'], ['p', 'r', 'o',
'm', 'i', 's', 'e'], ['p', 'r', 'o', 't', 'e', 'c', 't'], ['p', 'r', 'o', 'v', 'i',
'd', 'e'], ['p', 'u', 'l', 'l'], ['p', 'u', 'm', 'p'], ['p', 'u', 'n', 'c', 'h'],
['p', 'u', 'n', 'c', 't', 'u', 'r', 'e'], ['p', 'u', 'n', 'i', 's', 'h'], ['p',
'u', 's', 'h'], ['q', 'u', 'e', 's', 't', 'i', 'o', 'n'], ['q', 'u', 'e', 'u',
'e'], ['r', 'a', 'c', 'e'], ['r', 'a', 'd', 'i', 'a', 't', 'e'], ['r', 'a', 'i',
'n'], ['r', 'a', 'i', 's', 'e'], ['r', 'e', 'a', 'c', 'h'], ['r', 'e', 'a', 'l',
'i', 's', 'e'], ['r', 'e', 'c', 'e', 'i', 'v', 'e'], ['r', 'e', 'c', 'o', 'g', 'n',
'i', 's', 'e'], ['r', 'e', 'c', 'o', 'r', 'd'], ['r', 'e', 'd', 'u', 'c', 'e'],
['r', 'e', 'f', 'l', 'e', 'c', 't'], ['r', 'e', 'f', 'u', 's', 'e'], ['r', 'e',
'g', 'r', 'e', 't'], ['r', 'e', 'i', 'g', 'n'], ['r', 'e', 'j', 'e', 'c', 't'],
['r', 'e', 'j', 'o', 'i', 'c', 'e'], ['r', 'e', 'l', 'a', 'x'], ['r', 'e', 'l',
'e', 'a', 's', 'e'], ['r', 'e', 'l', 'y'], ['r', 'e', 'm', 'a', 'i', 'n'], ['r',
'e', 'm', 'e', 'm', 'b', 'e', 'r'], ['r', 'e', 'm', 'i', 'n', 'd'], ['r', 'e', 'm',
'o', 'v', 'e'], ['r', 'e', 'p', 'a', 'i', 'r'], ['r', 'e', 'p', 'e', 'a', 't'],
['r', 'e', 'p', 'l', 'a', 'c', 'e'], ['r', 'e', 'p', 'l', 'y'], ['r', 'e', 'p',
'o', 'r', 't'], ['r', 'e', 'p', 'r', 'o', 'd', 'u', 'c', 'e'], ['r', 'e', 'q', 'u',
'e', 's', 't'], ['r', 'e', 's', 'c', 'u', 'e'], ['r', 'e', 't', 'i', 'r', 'e'],
['r', 'e', 't', 'u', 'r', 'n'], ['r', 'h', 'y', 'm', 'e'], ['r', 'i', 'n', 's',
'e'], ['r', 'i', 's', 'k'], ['r', 'o', 'b'], ['r', 'o', 'c', 'k'], ['r', 'o', 'l',
'l'], ['r', 'o', 't'], ['r', 'u', 'b'], ['r', 'u', 'i', 'n'], ['r', 'u', 'l', 'e'],
['r', 'u', 's', 'h'], ['s', 'a', 'c', 'k'], ['s', 'a', 'i', 'l'], ['s', 'a', 't',
'i', 's', 'f', 'y'], ['s', 'a', 'v', 'e'], ['s', 'a', 'w'], ['s', 'c', 'a', 'r',
'e'], ['s', 'c', 'a', 't', 't', 'e', 'r'], ['s', 'c', 'o', 'l', 'd'], ['s', 'c',
'o', 'r', 'c', 'h'], ['s', 'c', 'r', 'a', 'p', 'e'], ['s', 'c', 'r', 'a', 't', 'c',
'h'], ['s', 'c', 'r', 'e', 'a', 'm'], ['s', 'c', 'r', 'e', 'w'], ['s', 'c', 'r',
'i', 'b', 'b', 'l', 'e'], ['s', 'c', 'r', 'u', 'b'], ['s', 'e', 'a', 'l'], ['s',
'e', 'a', 'r', 'c', 'h'], ['s', 'e', 'p', 'a', 'r', 'a', 't', 'e'], ['s', 'e', 'r',
'v', 'e'], ['s', 'e', 't', 't', 'l', 'e'], ['s', 'h', 'a', 'd', 'e'], ['s', 'h',
'a', 'r', 'e'], ['s', 'h', 'a', 'v', 'e'], ['s', 'h', 'e', 'l', 't', 'e', 'r'],
['s', 'h', 'i', 'v', 'e', 'r'], ['s', 'h', 'o', 'c', 'k'], ['s', 'h', 'o', 'p'],
['s', 'h', 'r', 'u', 'g'], ['s', 'i', 'g', 'h'], ['s', 'i', 'g', 'n'], ['s', 'i',
'g', 'n', 'a', 'l'], ['s', 'i', 'n'], ['s', 'i', 'p'], ['s', 'k', 'i'], ['s', 'k',
'i', 'p'], ['s', 'l', 'a', 'p'], ['s', 'l', 'i', 'p'], ['s', 'l', 'o', 'w'], ['s',
'm', 'a', 's', 'h'], ['s', 'm', 'e', 'l', 'l'], ['s', 'm', 'i', 'l', 'e'], ['s',
'm', 'o', 'k', 'e'], ['s', 'n', 'a', 't', 'c', 'h'], ['s', 'n', 'e', 'e', 'z',
'e'], ['s', 'n', 'i', 'f', 'f'], ['s', 'n', 'o', 'r', 'e'], ['s', 'n', 'o', 'w'],
['s', 'o', 'a', 'k'], ['s', 'o', 'o', 't', 'h', 'e'], ['s', 'o', 'u', 'n', 'd'],
['s', 'p', 'a', 'r', 'e'], ['s', 'p', 'a', 'r', 'k'], ['s', 'p', 'a', 'r', 'k',
'l', 'e'], ['s', 'p', 'e', 'l', 'l'], ['s', 'p', 'i', 'l', 'l'], ['s', 'p', 'o',
'i', 'l'], ['s', 'p', 'o', 't'], ['s', 'p', 'r', 'a', 'y'], ['s', 'p', 'r', 'o',
'u', 't'], ['s', 'q', 'u', 'a', 's', 'h'], ['s', 'q', 'u', 'e', 'a', 'k'], ['s',
'q', 'u', 'e', 'a', 'l'], ['s', 'q', 'u', 'e', 'e', 'z', 'e'], ['s', 't', 'a', 'i',
'n'], ['s', 't', 'a', 'm', 'p'], ['s', 't', 'a', 'r', 'e'], ['s', 't', 'a', 'r',
't'], ['s', 't', 'a', 'y'], ['s', 't', 'e', 'e', 'r'], ['s', 't', 'e', 'p'], ['s',
't', 'i', 'r'], ['s', 't', 'i', 't', 'c', 'h'], ['s', 't', 'o', 'p'], ['s', 't',
'o', 'r', 'e'], ['s', 't', 'r', 'a', 'p'], ['s', 't', 'r', 'e', 'n', 'g', 't', 'h',
'e', 'n'], ['s', 't', 'r', 'e', 't', 'c', 'h'], ['s', 't', 'r', 'i', 'p'], ['s',
't', 'r', 'o', 'k', 'e'], ['s', 't', 'u', 'f', 'f'], ['s', 'u', 'b', 't', 'r', 'a',
'c', 't'], ['s', 'u', 'c', 'c', 'e', 'e', 'd'], ['s', 'u', 'c', 'k'], ['s', 'u',
'f', 'f', 'e', 'r'], ['s', 'u', 'g', 'g', 'e', 's', 't'], ['s', 'u', 'i', 't'],
['s', 'u', 'p', 'p', 'l', 'y'], ['s', 'u', 'p', 'p', 'o', 'r', 't'], ['s', 'u',
'p', 'p', 'o', 's', 'e'], ['s', 'u', 'r', 'p', 'r', 'i', 's', 'e'], ['s', 'u', 'r',
'r', 'o', 'u', 'n', 'd'], ['s', 'u', 's', 'p', 'e', 'c', 't'], ['s', 'u', 's', 'p',
'e', 'n', 'd'], ['s', 'w', 'i', 't', 'c', 'h'], ['t', 'a', 'l', 'k'], ['t', 'a',
'm', 'e'], ['t', 'a', 'p'], ['t', 'a', 's', 't', 'e'], ['t', 'e', 'a', 's', 'e'],
['t', 'e', 'l', 'e', 'p', 'h', 'o', 'n', 'e'], ['t', 'e', 'm', 'p', 't'], ['t',
'e', 'r', 'r', 'i', 'f', 'y'], ['t', 'e', 's', 't'], ['t', 'h', 'a', 'n', 'k'],
['t', 'h', 'a', 'w'], ['t', 'i', 'c', 'k'], ['t', 'i', 'c', 'k', 'l', 'e'], ['t',
'i', 'e'], ['t', 'i', 'm', 'e'], ['t', 'i', 'p'], ['t', 'i', 'r', 'e'], ['t', 'o',
'u', 'c', 'h'], ['t', 'o', 'u', 'r'], ['t', 'o', 'w'], ['t', 'r', 'a', 'c', 'e'],
['t', 'r', 'a', 'd', 'e'], ['t', 'r', 'a', 'i', 'n'], ['t', 'r', 'a', 'n', 's',
'p', 'o', 'r', 't'], ['t', 'r', 'a', 'p'], ['t', 'r', 'a', 'v', 'e', 'l'], ['t',
'r', 'e', 'a', 't'], ['t', 'r', 'e', 'm', 'b', 'l', 'e'], ['t', 'r', 'i', 'c',
'k'], ['t', 'r', 'i', 'p'], ['t', 'r', 'o', 't'], ['t', 'r', 'o', 'u', 'b', 'l',
'e'], ['t', 'r', 'u', 's', 't'], ['t', 'r', 'y'], ['t', 'u', 'g'], ['t', 'u', 'm',
'b', 'l', 'e'], ['t', 'u', 'r', 'n'], ['t', 'w', 'i', 's', 't'], ['t', 'y', 'p',
'e'], ['u', 'n', 'd', 'r', 'e', 's', 's'], ['u', 'n', 'f', 'a', 's', 't', 'e',
'n'], ['u', 'n', 'i', 't', 'e'], ['u', 'n', 'l', 'o', 'c', 'k'], ['u', 'n', 'p',
'a', 'c', 'k'], ['u', 'n', 't', 'i', 'd', 'y'], ['u', 's', 'e'], ['v', 'a', 'n',
'i', 's', 'h'], ['v', 'i', 's', 'i', 't'], ['w', 'a', 'i', 'l'], ['w', 'a', 'i',
't'], ['w', 'a', 'l', 'k'], ['w', 'a', 'n', 'd', 'e', 'r'], ['w', 'a', 'n', 't'],
['w', 'a', 'r', 'm'], ['w', 'a', 'r', 'n'], ['w', 'a', 's', 'h'], ['w', 'a', 's',
't', 'e'], ['w', 'a', 't', 'c', 'h'], ['w', 'a', 't', 'e', 'r'], ['w', 'a', 'v',
'e'], ['w', 'e', 'i', 'g', 'h'], ['w', 'e', 'l', 'c', 'o', 'm', 'e'], ['w', 'h',
'i', 'n', 'e'], ['w', 'h', 'i', 'p'], ['w', 'h', 'i', 'r', 'l'], ['w', 'h', 'i',
's', 'p', 'e', 'r'], ['w', 'h', 'i', 's', 't', 'l', 'e'], ['w', 'i', 'n', 'k'],
['w', 'i', 'p', 'e'], ['w', 'i', 's', 'h'], ['w', 'o', 'b', 'b', 'l', 'e'], ['w',
'o', 'n', 'd', 'e', 'r'], ['w', 'o', 'r', 'k'], ['w', 'o', 'r', 'r', 'y'], ['w',
'r', 'a', 'p'], ['w', 'r', 'e', 'c', 'k'], ['w', 'r', 'e', 's', 't', 'l', 'e'],
['w', 'r', 'i', 'g', 'g', 'l', 'e'], ['x', '-', 'r', 'a', 'y'], ['y', 'a', 'w',
'n'], ['y', 'e', 'l', 'l'], ['z', 'i', 'p'], ['z', 'o', 'o', 'm']])
# m=["h","e","l","l","o"]
lives=0
co=m[:]
ppp=[]
print("m is ",m)
for i in range(len(m)):
li.append("")
r = m
newf=Frame(obj,bg="red")
#for i in m:
i="what do you say to a person when you pick up the phone??"
#mla2 = Label(newf, text=linemake(li), relief=SUNKEN, fg='purple', bg='white',
height=1, justify=CENTER,font=('times', '28', "bold"))
#mla2.pack()
newf.pack(fill=X,side=TOP)

print(li)
print(r)

if(li!=r):

def click(i):
gameloop(i)

che = []
def gameloop(inp):
global lives
yes=0

ns = ''
for i in range(len(co)):
ns += '_'
n = inp
ss = ns
if (n not in co or n not in ppp):
ppp.append(n)
print(lives)
else:
lives -= 1
ppp.append(n)
print(lives)

liveprint(lives)
# __________________input part_________________________
li = []
new = ''
#print("n is ",n)
new = co
if (ss != new and lives>0):

for j in ns:
if j != '':
li.append(j)

for i in range(len(co)):
if co[i] == n :
li[i] = n
if n not in che:
yes=1
che.append(n)
print("che is ",che)

ns = ''
for i in li:
ns += i
ss = ns
li = []
#print(ns)
fin = ns
blobber(ns,yes)
#print("yes",yes)

elif (lives<=0):
messagebox.showinfo("LOL","YOU LOOSE")
lives=5
ask = messagebox.askquestion("heyyy", "do you want to try your luck
again??")
if (ask == "yes"):
messagebox.showinfo("GUIDE","press the PLAY button ")
clr()
else:
messagebox.showinfo(":-}","Arigato gojaimasu")
exit()

def blobber(ns, yes):


for i in range(len(ns)):
if ns[i] != "_":
li[i] = ns[i]

if (yes == 1):
show(li)
#print("blobber ", li)
if li == co:
end = Label(fr,text="you win , now press the end button on left to
leave ", width=40, height=7,font=('times','20',"italic"),justify=CENTER)
end.pack()
messagebox.showinfo("congratulations","YOU WON")
ask=messagebox.askquestion("heyyy","do you want to play again??")
if(ask=="yes"):
clr()
game()
else:
messagebox.showinfo(":-}", "Arigato gojaimasu")
exit()

pre = Label(text="CHOOSE FROM THE BUTTONS BELOW", justify=CENTER,


font=('times', '15', "bold"))
pre.pack()
fr = Frame(obj,bg="red")
fr.pack(side=TOP)

bu = []

buf = Frame(obj, bg="blue")


for i in range(len(m)):
p = random.choice(m)
m.remove(p)
bu.append(Button(buf, text=p.upper(),
bg="purple",fg="white",anchor=CENTER,width=4,height=2,font=('times','12',"bold"),co
mmand=partial(click, p)))
bu[-1].grid(row=0, column=i)
messagebox.showinfo("GUIDE", "press on button to choose the letter which
you think fits the best")
messagebox.showinfo("GUIDE", "you are having in total 5 lives, so be aware
of that")
buf.pack()

def show(ns):
nn = []
print(ns)
frill = Frame(obj)
frill.pack(fill=X)
for i in ns:
if i == "":
nn.append(" _ ")
else:
nn.append(i.upper())
nslab.config(text=nn)

nslab = Label(fr, text="", fg="purple", bg="lightgreen", font=('times',


'18', "bold"))
nslab.pack(side=BOTTOM,fill=X) # print(ns)

def clr():
can.destroy()
liv.destroy()
pre.destroy()
buf.destroy()
fr.destroy()
newf.destroy()
# ---------------------toolbar--------------------------

def sabsepahle():

def gamecreate():
p = mainbutton["text"]
print(p)
introlab.destroy()
base.destroy()
st.destroy()
frill.destroy()

mainer()
one=Label(text=" ",bg="red",fg="red")
one.pack(side=LEFT,fill=Y)
two = Label(ri,text=" ", bg="red", fg="red")
two.pack(side=RIGHT, fill=Y)
ri.pack(side=RIGHT,fill=Y)
messagebox.showinfo("GUIDE","YOU ARE HERE IN ARCADE")

if (p == 'YES'):
mainbutton.destroy()
nobutton.destroy()
but1 = Button(toolo, text="PLAY",
command=game,bg="magenta",anchor=CENTER,bd=5, height=2,
width=11,font=("Time",9,"bold"))
but1.pack(side=LEFT, padx=2, pady=4,fill=X)
but2 = Button(toolo, text="END",
command=quit,bg="magenta",anchor=CENTER,bd=5, height=2,
width=11,font=("Time",9,"bold"))
but2.pack(side=LEFT, padx=2, pady=5)

toolo.pack(side=BOTTOM,fill=X)
hoe.pack(fill=X)

def nogamecreate():
introlab.destroy()
base.destroy()
messagebox.showinfo("thank you ","Do come again")
frill.destroy()
base.destroy()
obj.destroy()

frill=Frame(obj,bg="lightgreen")

base=Frame(frill)
head=" THE HANGMAN GAME "

introlab=Label(text=head,font=("Times",40,"italic","underline"),bg="red")
introlab.pack(fill=X)

new=Frame(obj,bg="red")

st=Label(text="do you want to start the game???",font=("Times",20,"italic"))


st.pack()
new.pack()

mainbutton = Button(base,text="YES", command=gamecreate, width=10,


height=5,bg="green",font=("Times",10,"bold"))
mainbutton.pack(side=LEFT,padx=10,pady=10)

nobutton=Button(base,text="NO", command=nogamecreate, width=10,


height=5,bg="red",font=("Times",10,"bold"))
nobutton.pack(side=LEFT,padx=10,pady=10)
base.pack()
frill.pack()

sabsepahle()
# --------------------statusbar------------------------
l = Label(obj, text="hello process", bd=3, relief=SUNKEN, anchor=W)
l.pack(side=BOTTOM, fill=X)

obj.mainloop()

You might also like