diff options
Diffstat (limited to 'csci1913')
-rw-r--r-- | csci1913/lab1/lab1_strap012.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/csci1913/lab1/lab1_strap012.py b/csci1913/lab1/lab1_strap012.py index e90a848..396fda9 100644 --- a/csci1913/lab1/lab1_strap012.py +++ b/csci1913/lab1/lab1_strap012.py @@ -1,3 +1,7 @@ +#Matthew Strapp +#5449340 +#Lab 1 + def left(exp): return exp[0] def op(exp): |