title = "the art of code" print(title.upper()) print(title.title()) print(title.capitalize()) print(title)
Click Run to execute this code.