Skip to content

Instantly share code, notes, and snippets.

#!usr/bin/python3
def main():
option = ""
while option != "q":
option = input("\nwould you like to: \n" \
"\t(c)heck word \n" \
"\t(l)ongest word \n" \