DEV Community

Harsh
Harsh

Posted on

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.

Top comments (0)