Skip to content

Instantly share code, notes, and snippets.

@MohammadaliMirhamed
Created December 9, 2016 20:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MohammadaliMirhamed/078009698b7dcaa09e09bc8114071b89 to your computer and use it in GitHub Desktop.
Save MohammadaliMirhamed/078009698b7dcaa09e09bc8114071b89 to your computer and use it in GitHub Desktop.
a funny trick for say hello new year 2017 in python
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