Chatty reference · computationalthinking week 3
59 words
1 min read
2026-08-16T00:00:00.000Z
Visual companion
Python
Type and operator map
Python Week 1: the first filter for runtime behavior
View
Revision summary
What this note is really saying
Short form
ChatGPT archive slice for week 3. # 11.

11. CT Week 3
- Multiple non-nested iterations
- Three-prizes problem
- Procedures
- Parameters
- Side effects
- OR
This is where we start thinking in reusable computational units.
Pattern:
input→procedure→output
We'll distinguish:
- parameter
- argument
- local state
- returned result
- side effect
And:
A∨B
means at least one condition is true.