5 PM – Intro to Python – Shawn (Substitute: Sebastian)
Today We Did Review using for loops to loop through list Can loop through every value Example: "for name in names" Can loop through every index by using range(n) function which returns kindRead More...