Finish project 8 and course!

This commit is contained in:
2020-11-10 12:33:42 -05:00
parent 6e1f70bcba
commit 063d9a75ae
7 changed files with 147 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
from experiment1 import experiment1
from experiment2 import experiment2
if __name__ == "__main__":
experiment1(create_report=True)
experiment2()