flowchart LR
A["<b><font size=6>READ</font></b><br/><font size=6>the code</font><br/><i><font size=5>(understand logic)</font></i>"]:::blue --> B["<b><font size=6>MODIFY</font></b><br/><font size=6>a parameter</font><br/><i><font size=5>(change a number)</font></i>"]:::green --> C["<b><font size=6>RUN</font></b><br/><font size=6>the chunk</font><br/><i><font size=5>(click play)</font></i>"]:::orange --> D["<b><font size=6>INTERPRET</font></b><br/><font size=6>the output</font><br/><i><font size=5>(what changed?)</font></i>"]:::red
D -. "<b><font size=6>Try again</font></b>" .-> B
classDef blue fill:#4e79a7,color:#fff
classDef green fill:#59a14f,color:#fff
classDef orange fill:#f28e2b,color:#fff
classDef red fill:#e15759,color:#fffflowchart LR A["<b><font size=6>READ</font></b><br/><font size=6>the code</font><br/><i><font size=5>(understand logic)</font></i>"]:::blue --> B["<b><font size=6>MODIFY</font></b><br/><font size=6>a parameter</font><br/><i><font size=5>(change a number)</font></i>"]:::green --> C["<b><font size=6>RUN</font></b><br/><font size=6>the chunk</font><br/><i><font size=5>(click play)</font></i>"]:::orange --> D["<b><font size=6>INTERPRET</font></b><br/><font size=6>the output</font><br/><i><font size=5>(what changed?)</font></i>"]:::red D -. "<b><font size=6>Try again</font></b>" .-> B classDef blue fill:#4e79a7,color:#fff classDef green fill:#59a14f,color:#fff classDef orange fill:#f28e2b,color:#fff classDef red fill:#e15759,color:#fff



