Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added 00-git/meganmastro.txt
Empty file.
5 changes: 4 additions & 1 deletion 01-python/education/school.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion 01-python/leisure/gym.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def draw_gym():
print("gym not found")
print("[This is a gym]")
return
Binary file added slides/.Clean Code.pptx.icloud
Binary file not shown.
Binary file removed slides/Clean Code.pptx
Binary file not shown.