Skip to content

yulyan407/GoIT_HomeWork_8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This script implements a useful function for displaying a list of colleagues who need to be congratulated on their birthday for the week.

If you have a list of users dictionaries, each dictionary in it has keys 'name' and 'birthday' (the structure represents a model of a list of users with their names and birthdays). 'name' is a string with the user's name, and 'birthday' is a datetime object that contains the birthday.

This function receives a list of users as an input and outputs to the console (using print) a list of users who need to be greeted by day.

Releases

No releases published

Packages

No packages published

Languages