Python Tutorial for Beginners | Enum in Python ( available in Python 3.4+ )

Опубликовано: 19 Май 2020
на канале: harshal mishra
716
10

In this short tutorial , you will understand the basics of Enum in Python. The Enums are not widely used in python so I have kept the scope of this video to basic understanding.

Don't Forget to like and subscribe.
Please provide your suggestions under comments

Full Playlist :    • Py-Pie Python Tutorial  

Facebook :   / py-pie-python-for-beginners-113344127050954  

Twitter :   / shankar35425457  


'''

Enum in Python

'''

from enum import Enum


class city(Enum):
NYC = 1
Chicago = 2
San_Jose = 3


На этой странице сайта вы можете посмотреть видео онлайн Python Tutorial for Beginners | Enum in Python ( available in Python 3.4+ ) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь harshal mishra 19 Май 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 716 раз и оно понравилось 10 зрителям. Приятного просмотра!