upper and lower methods code example Example: python string caps lock >>> s = 'sdsd' >>> s.upper() 'SDSD'