How to use Python enumerate() built-in function

preview_player
Показать описание
In this beginner's Python tutorial, you will learn how to use the enumerate() built-in Python function. The enumerate() function creates an index for each item in a Python iterable. The index created by Python can then be referenced at a later time. The enumerate() function comes with a standard installation of Python 3.

Don't forget to like and subscribe!!!

Check out this video:
Python Basics | First Game

#functions #python #PracticalCoding
Рекомендации по теме
Комментарии
Автор

Great lesson. Very clear and easy to follow. Thank you. Question ; how would I print just the index number and not the value? I am trying the beginner code capital index only challenge and I am having a tough time.

karimbertot
visit shbcf.ru