python capitalize

31

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

Comments

Submit
0 Comments