The GEORGE is a noble animal.
#!/usr/bin/env python3 from georgedata import george order = list(george.keys()) # dicts guarantee key order as of 3.7 from urllib.parse import urlparse import sys from os import getenv if __name__ == "__main__": print("Content-Type: text/html") qs = getenv("QUERY_STRING") qs = qs.replace("%20"," ") try: ind = order.index(qs) except ValueError: print() print('
The GEORGE is a noble animal.