What is the effect of the .lower() method in this code? greet = 'Hello Bob' zap = greet.lower() print(zap)