Cómo hacer una carta de capital en Python

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