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/ex13.py | |
| parent | Assignment 1 continuing, only 1.2.2c-e to be done (diff) | |
Finish assignment 1
Diffstat (limited to 'Assignment 1/ex13.py')
| -rw-r--r-- | Assignment 1/ex13.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Assignment 1/ex13.py b/Assignment 1/ex13.py index b91d885..a6600ee 100644 --- a/Assignment 1/ex13.py +++ b/Assignment 1/ex13.py @@ -1,3 +1,12 @@ +# -*- coding: utf-8 -*-
+"""
+Created on Fri Sep 11 13:12:03 2015
+
+@author: Camil Staps, s4498062
+
+Use Python 2.*
+"""
+
# exercise 3.2.1
from __future__ import print_function
|
