Wednesday, 11 June 2008

Methods

A simple example that explains it all:

>>> 'bob' .upper()
'BOB'

No comments: