8000 GitHub - gianlucacaiazza/birthdays
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gianlucacaiazza/birthdays

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Implementation of a Birthday reminder

In this repository you can find a file named birthday.py that contains a small list of birthdays of famous people and a function return_birthday() that returns the birthday of a person. This function is used in the main.py file to test if "Albert Einstein" and "Alan Turing" are in the list. If you run the program, executing the main file with: python main.py it will give you the following result:

$ python main.py
Albert Einstein's birthday is 03/14/1879.
Sadly, we don't have Alan Turing's birthday.

Credits:

Code is taken from the nice practice Python website from Michele Pratusevich and is released with a CC-BY license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0