### Variables and Data Types Python is dynamically typed. You can create a variable like `x = 10`. Common data types are integers, floats, strings, and booleans.
### Control Flow Use `if`, `elif`, and `else` for conditional logic. Use `for` and `while` for loops.
The code editor has a simple function. Try to fix the logic to return the correct sum. There's a small error!