365 Days of Daily Coding: Day 157
For today, I followed a youtube tutorial to continue my streak of learning python. But this time it was for an intermediate level. I only completed 15 minutes of the 6 hrs long video. Let’s see if I maintain the momentum which I would very much like to do. The topics covered were on lists and tuples. It was basically similar to the first video I watched on Python beginner level however, this one covered on more functions that can be used to manipulate lists and tuples like copy, reverse, slicing by using steps “[:: 2]”, sort and so on.

Leave a comment