Find the Holidays of the country using python code |

Опубликовано: 07 Октябрь 2022
на канале: Akshaya H
157
9

code


import holidays
holiday = holidays. India(years=2023)
for date, occasion in holidays. item():
print(f'{date}.{occasion}')

The above code is to find the holidays of country India

If you want to find the other country like Russia, USA etc.....You can use the country name instead of India which I use in my code

#pythonprogramming
#shorts
#interview
#codinglife
#codding


На этой странице сайта вы можете посмотреть видео онлайн Find the Holidays of the country using python code | длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Akshaya H 07 Октябрь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 157 раз и оно понравилось 9 зрителям. Приятного просмотра!