[ create a new paste ] login | about

Link: http://codepad.org/ymgtruH9    [ raw code | output | fork ]

Python, pasted on Oct 5:
1
print 'Official Trademark™'.strip('™')


Output:
1
2
  Line 1
SyntaxError: Non-ASCII character '\xe2' in file t.py on line 1, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details


Create a new paste based on this one


Comments: