diff --git a/00-git/meganmastro.txt b/00-git/meganmastro.txt new file mode 100644 index 0000000..e69de29 diff --git a/01-python/education/school.py b/01-python/education/school.py index c8b01e1..ab5b7bc 100644 --- a/01-python/education/school.py +++ b/01-python/education/school.py @@ -1,3 +1,6 @@ +import random + def draw_school(): - print("school not found") + school_types = ['high', 'middle', 'elementary'] + print("[This is a(n) "+random.choice(school_types)+" school]") return diff --git a/01-python/leisure/gym.py b/01-python/leisure/gym.py index 043e69f..b8f2aca 100644 --- a/01-python/leisure/gym.py +++ b/01-python/leisure/gym.py @@ -1,3 +1,3 @@ def draw_gym(): - print("gym not found") + print("[This is a gym]") return diff --git a/slides/.Clean Code.pptx.icloud b/slides/.Clean Code.pptx.icloud new file mode 100644 index 0000000..67080f5 Binary files /dev/null and b/slides/.Clean Code.pptx.icloud differ diff --git a/slides/Clean Code.pptx b/slides/Clean Code.pptx deleted file mode 100644 index d6b83b0..0000000 Binary files a/slides/Clean Code.pptx and /dev/null differ