Pikachu! 13.15: Tail Part three

Goal

image

Code Area

flowchart

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#37bf19, stroke:#37bf19
	style C fill:#37bf19, stroke:#37bf19
	style D fill:#37bf19, stroke:#37bf19
	style E fill:#37bf19, stroke:#37bf19
	style F fill:#37bf19, stroke:#37bf19
	style G fill:#37bf19, stroke:#37bf19
	style H fill:#f79e45, stroke:#f79e45
	
	A((Module 13.01)) --> B((Module 13.02))
	B --> C((Module 13.03))
	C --> D((Module 13.04))
	D --> E((Module 13.05))
	E --> F((Module 13.06))
	F --> G((Module 13.07))
	G --> H((Module 13.08))
	
	subgraph Learning
	A & B & C & D & E & F & G & H 
	end

	subgraph Pikachu!
	end