Method for capitalizing only the first letter in a string
Hi, I have another question: żis there a method that allows me to capitalize the first letter of EVERY WORD in a given string? I know that something like: a = "hello world" print(a.capitalize()) would print "Hello world"