Skip to content

Instantly share code, notes, and snippets.

@sonkm3
Created July 3, 2012 13:53
Show Gist options
  • Save sonkm3/3039820 to your computer and use it in GitHub Desktop.
Save sonkm3/3039820 to your computer and use it in GitHub Desktop.
python 文字列ダンプしたかった
for c in target_string:
print '%s: %s' % (hex(ord(c)), c.rstrip())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment