๐Ÿ”งList Manipulation & SortingWORKSHOP
1
2
3
4
5

Step 1

**Building lists dynamically**: Start with an empty list and use a loop with `.append()` to populate it with the squares of numbers 1 through 10. Then print the list and the total using `sum()`.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)