Skip to content

Instantly share code, notes, and snippets.

@clementi
clementi / is_constitutional.py
Created March 1, 2017 21:51
Determines whether the supplied bill is constitutional according to the US Constitution.
import time
import random
import sys
import os.path
def main():
if len(sys.argv) < 2:
print("File required.")
else: