This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import _datetime | |
import time | |
print(''' | |
This is a simple script to pull in the number of days that | |
the user will have until their birthday, this script requires | |
three arguments to run, first the current year, the month of | |
the users birthday, third, the users birth day | |
''') |