Sharing notes from my ongoing learning journey — what I build, break and understand along the way.

Learning Python – Post 6: Lists (Create, Update, Add, Remove)
Learning Python – Post 6: Lists (Create, Update, Add, Remove) This week was all about lists. Creating them, changing them, adding to them, and removing stuff — here’s what I worked through:. 1. Creating a List liste = [1, 2,…

