🎈

Hot Air Balloon 14.03: Draw the balloon basket

Goal

image

Code Area

flowchart

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#37bf19, stroke:#37bf19
	style C fill:#f79e45, stroke:#f79e45
	style D stroke:#6495ED
	style E stroke:#6495ED
	style F stroke:#6495ED
	style G stroke:#6495ED
	style H stroke:#6495ED
	style I stroke:#6495ED
	style J stroke:#6495ED
	
	A((Module 14.01)) --> B((Module 14.02))
	B --> C((Module 14.03))
	C --> D((Module 14.04))
	D --> E((Module 14.05))
	E --> F((Module 14.06))
	F --> G((Module 14.07))
	G --> H((Module 14.08))
	H --> I((Module 14.09))
	I --> J((Module 14.10))
	
	subgraph Hot Air Balloon
	A & B & C & D & E & F & G & H & I & J
	end