Today I Learned
Python enumertate
enumerate()
can be used to keep track of the index of the list.
Here we also used the technique of creating a list of length 5.
enumerate()
can be used to keep track of the index of the list.
Here we also used the technique of creating a list of length 5.