The fifth of a series of data visualizations on basic coding concepts. When you append or push data to a list, all you do is add it to the last position!
The fourth of a series of data visualizations on basic coding concepts. When you declare a variable, the next step is to assign it data!
The third of a series of data visualizations on basic coding concepts. The while loop will run while the circle is out of the box. When our condition is FALSE, the model stops. The model reactivates upon TRUE (which is not always the case).
The second of a series of data visualizations on basic coding concepts. The if...else statement seeks to bin by colors!
The first of a series of data visualizations on basic coding concepts. The for loop continues as long as our circle fits (e.g., our condition)!
NewerOlder