Study, Day 4
Back at it after a short personal break. Lots of stuff to catch up on! MITx, 6.00.1x, Introduction to Computer Science and Programming Using Python Learning about lists. They are iterable, i can run through its elements one by one and do stuff mutable, i can change things inside them append, will append stuff to the end extend, will take another iterable (another list, for example) and then take those elements one by one, and tack them on the the end of this one i can go back and forth, between lists and strings, converting one to the other and vice versa ...