[ create a new paste ] login | about

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

Python, pasted on Mar 5:
1
2
3
4
def aa(str):
  print u"This is %s!!"%(str)

aa(u'Good')


Output:
1
2
This is Good!!



Create a new paste based on this one


Comments: