TDT4109/Exercise 1
Oystein Kristoffer Tveit 3cd84c6128 Add __init__.py to all folders 2020-09-14 23:20:41 +02:00
..
8_-_Vitenskapelig_notasjon Add __init__.py to all folders 2020-09-14 23:20:41 +02:00
10 - Bakekurs Add __init__.py to all folders 2020-09-14 23:20:41 +02:00
11 - James Bond and Operation Round Add __init__.py to all folders 2020-09-14 23:20:41 +02:00
test Add __init__.py to all folders 2020-09-14 23:20:41 +02:00
9 - Tetraeder.py Bugfix 2020-09-04 00:08: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

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.