foxtrotlabs-pl
menu
  • posty
  • English side
  • o mnie
  • github
  • posty
  • English side
  • o mnie
  • github

favicon.png

import sys

m = '0x68656c6c6f'
m = m[2:]
message = ''.join([chr(int(''.join(c), 16)) for c in zip(m[0::2], m[1::2])])
sys.stdout.write(message+'!!!\n')
sys.stdout.flush()
me@mycomputer:/asdf/myfiles$ 
λ python file.py
hello!!!
me@mycomputer:/asdf/myfiles$ 
λ

@Ja

  • Twitter
  • Mastodon
  • This blog

Polecane linki:

  1. Gynvael
  2. KrzaQ’S PL
  3. KrzaQ’s EN
  4. Corkami
  5. disconnect3d
  6. Pawel Lukasik

Hello World!

2017-07-25
Czytaj całość →
← Newer posts
copyright by foxtrot_charlie :: Theme made by panr