You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'''Enumerate function is a built-in function in python that allows you to loop over a sequence such as list, tuple or string and get index and value of each element in the sequence at the same time. '''