Glossary
`append([4, 5])` vs. `extend([4, 5])`
append adds one element (the list itself); extend adds each element
Learn More
Intro CS Python
—
Key Takeaways: Lists and Tuples
Related Terms
"Changes to be committed: modified: storage.py"
"smoke test"
10.1
12.1
13.1
14.1
22.1
24.1