🍯

Honey Jar and Dipper 16.01: Draw the body of the jar

Final Goal

Goal

image

Code Area

flowchart

	style A fill:#f79e45, stroke:#FFA500
	style B stroke:#6495ED
	style C stroke:#6495ED
	style D stroke:#6495ED
	style E stroke:#6495ED
	style F stroke:#6495ED
	style G stroke:#6495ED
	
	A((Module 16.01)) --> B((Module 16.02))
	B --> C((Module 16.03))
	C --> D((Module 16.04))
	D --> E((Module 16.05))
	E --> F((Module 16.06))
	F --> G((Module 16.07))
	
	subgraph Honey Jar and Dipper
	A & B & C & D & E & F & G
	end