Day 9 of Learning Python

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.

Apr 28, 2025 - 18:08
 0
Day 9 of Learning Python

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.