Friday, January 9, 2009

Python formatting test


def my_function(text):
print text
return text.lower()

No comments: