Skip to content

Instantly share code, notes, and snippets.

@tuanpembual
Last active January 19, 2017 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuanpembual/85f126dcf713781979999ab54f9efa38 to your computer and use it in GitHub Desktop.
Save tuanpembual/85f126dcf713781979999ab54f9efa38 to your computer and use it in GitHub Desktop.
Ucapan GBU | https://repl.it/FCAU/1
import sys
x= [115,101,108,97,109,97,116,32,117,108,97,110,103,32,116,
97,104,117,110,32,107,101,32,52,53, 32,112,97,107,32,121,
97,110,46,32,83,101,109,111,103,97,32,115,101,104,97,116,
32,115,101,108,97, 108,117,44,32,98,97,104,97,103,105,97,
32,100,117,110,105,97,32,100,97,110,32,97,107,104,105,114,
97, 116,46,32,97,109,105,110,33]
for z in [chr(y) for y in x ] : sys.stdout.write(z)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment