Last active
September 13, 2018 15:45
-
-
Save fierroformo/24adbfa6470423d307b81ba636ca0bc7 to your computer and use it in GitHub Desktop.
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
# -*- coding: utf-8 -*- | |
from datetime import datetime | |
programmer_day = 2 ** 8 | |
date = datetime.now() | |
if date.timetuple().tm_yday == programmer_day: | |
print("¡¡Feliz día del programador!!") | |
# | |
# Ingenieros en Sistemas Computacionales | |
# | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment