TDT4109/Exercise 1
Oystein Kristoffer Tveit 67a3e75cee Update some tasks 2020-09-16 15:03:05 +02:00
..
8_-_Vitenskapelig_notasjon Rename tasks in order to be importable 2020-09-15 09:27:47 +02:00
10 - Bakekurs Rename tasks in order to be importable 2020-09-15 09:27:47 +02:00
11 - James Bond and Operation Round Rename tasks in order to be importable 2020-09-15 09:27:47 +02:00
README.md Finish implementing common inputTypeCheck 2020-08-31 23:32:05 +02:00
__init__.py Add __init__.py to all folders 2020-09-14 23:20:41 +02:00
common.py add inputTypeCheck to common files 2020-08-31 23:16:07 +02:00
task9.py Rename tasks in order to be importable 2020-09-15 09:27:47 +02:00

README.md

Exercise 1

About common.py

I've copied the function inputTypeCheck() into a common.py for each directory. Normally, I would've made it a module, but to avoid system specific bugs, I've decided not edit global environment variables like PYTHONPATH or edit the sys.path. This means, at least as far as I know, that I can't use relative imports.