Skip to content

Instantly share code, notes, and snippets.

def cut_grooves(block: str):
print(f"Cutting grooves into {block}...")
return "grooved wood"
def apply_glue(wood: str):
print(f"Applying glue to {wood}...")
return "glued wood"
def insert_graphite(wood: str):
print(f"Inserting graphite into {wood}...")