Sunday, September 25, 2022

Python Learning Journey Note : enumerate( ) function







Output :
['a', 'c', 'e', 'g']
['Orange', 'Strawberry', 'Peach']

No comments:

Post a Comment