On Day 3 of the Python learning journey, the focus was on exploring strings and lists.Various concepts related to strings were covered, including indexing, slicing, and string formatting.The article also highlighted the use of built-in string methods and their functionalities.The second part of the day's learning was dedicated to lists, covering list manipulation methods like append, pop, sort, and reverse.