>>> mystring = 'laLA'
 >>> mystring.upper()
'LALA'
 >>> mystring.lower()
'lala'
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to