Skip to content

Instantly share code, notes, and snippets.

@konanast
Last active October 16, 2019 16:11
Show Gist options
  • Save konanast/b1ba3297c1c224040c8000a758f141f6 to your computer and use it in GitHub Desktop.
Save konanast/b1ba3297c1c224040c8000a758f141f6 to your computer and use it in GitHub Desktop.
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