[ create a new paste ] login | about

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

Python, pasted on Oct 5:
1
2
# -*- coding: utf-8 -*-
print 'Official Trademark™'.strip('™')


Output:
1
Official Trademark


Create a new paste based on this one


Comments: