Day-09

  • Practiced some more python.
  • Learned that .index() only returns the first occurrence of an item in a list, even if there are multiple same items.
  • Learned about enumerate()
  • Solved two LeetCode problems.