Skip to content

Instantly share code, notes, and snippets.

@packetchef
Created December 22, 2016 14:59
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 packetchef/a82ab00f3859871dc5cec5ad2dd721ec to your computer and use it in GitHub Desktop.
Save packetchef/a82ab00f3859871dc5cec5ad2dd721ec to your computer and use it in GitHub Desktop.
#!/usr/bin/python
#-*- coding: utf-8 -*-
# For demoing emoji in python
mypoo='💩'
print('{}'.format(mypoo))
print(u'\U0001F4A9')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment