Wie man in Python ein Briefkapital erstellt

s = "hello openGeNus"
t = s.title()
print(t)
PythonCopy
Lovely Lemur