Skip to content

Instantly share code, notes, and snippets.

@letitride
Last active December 17, 2015 00:09
Show Gist options
  • Save letitride/5519165 to your computer and use it in GitHub Desktop.
Save letitride/5519165 to your computer and use it in GitHub Desktop.
#! /usr/bin/python
# coding: utf-8
if __name__ == "__main__":
print '1234\'567890'
print '1234\\567890'
print '1234\n567890'
print '1234\t567890'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment