string = "hello world"
print(string.upper())  # HELLO WORLD
print(string.title())  # Hello World