```py str = "this is string example....wow!!!"; print "str.capitalize() : ", str.upper() # str.capitalize() : THIS IS STRING EXAMPLE....WOW!!! ```