diff options
author | Camil Staps | 2015-09-27 15:26:00 +0200 |
---|---|---|
committer | Camil Staps | 2015-09-27 15:26:00 +0200 |
commit | e1ab964a3ddc6b2960a078594c4d40344b25c1c9 (patch) | |
tree | bc7e6e24c2f212d01576e0f37069c5c9dbe09fc6 /Assignment 1/ex11.py | |
parent | Assignment 1 continuing, only 1.2.2c-e to be done (diff) |
Finish assignment 1
Diffstat (limited to 'Assignment 1/ex11.py')
-rw-r--r-- | Assignment 1/ex11.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Assignment 1/ex11.py b/Assignment 1/ex11.py index b3c3683..238a3f9 100644 --- a/Assignment 1/ex11.py +++ b/Assignment 1/ex11.py @@ -2,7 +2,9 @@ """ Created on Wed Sep 9 16:03:05 2015 -@author: camilstaps +@author: Camil Staps, s4498062 + +Use Python 2.* """ from __future__ import print_function |