Last active
October 16, 2019 16:11
-
-
Save konanast/b1ba3297c1c224040c8000a758f141f6 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
import datetime | |
n = datetime.datetime.now() | |
c = [h for h in ' pyabprhit!t!adP snyyho'] | |
s = 731520486921141320161519112218171012 | |
a,b = str(s)[0:10],str(s)[10:] | |
l = [int(d) for d in str(a)] + [int(str(b)[i:i+2]) for i in range(0, len(str(b)), 2)] | |
if n.month is 10 and n.day is 16: | |
print(''.join([c[k] for k in l])) | |
else: | |
print('It is not the time yet...') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment