This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import operator | |
import re | |
import sys | |
import urllib.request | |
banner_read_sofar = """Type what you know so far. | |
Keep the Green ones where they are, and leave '.' for unknown: """ | |
banner_grey_letters = """Type in the grey letters | |
All, or the new ones you learned in previous step: """ |
OlderNewer