Result Size: 625 x 571
demo_ref_string_title.py:
x
 
txt = "Welcome to my world"
x = txt.title()
print(x)
C:\Users\My Name>python demo_string_title.py
Welcome To My World