mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added work from my other class repositories before deletion
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from mykwic import *
|
||||
from pprint import pprint
|
||||
|
||||
for l in open("tocheck.txt"):
|
||||
print "="*50
|
||||
input = l[:-1]
|
||||
print "INPUT:",input
|
||||
v = eval("kwic("+input+")")
|
||||
print "OUTPUT:"
|
||||
pprint
|
||||
Reference in New Issue
Block a user