Created
December 9, 2016 20:31
-
-
Save MohammadaliMirhamed/078009698b7dcaa09e09bc8114071b89 to your computer and use it in GitHub Desktop.
a funny trick for say hello new year 2017 in python
This file contains 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
words="#$!F4@#$hF6!a@#D$5p4()*Dp$565Dy-^*n&DeA(*w)-S8y9*e()DFa)(r8-EF@()28#0$3147" | |
index=0;message="" | |
while index<len(words): | |
if words[index] in "<-abcdefghijklmnpqrstuvwxyz2017->": | |
message+=words[index] | |
index+=1 | |
print(message) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment