Run »
Result Size:
625 x 571
txt = "Welcome to my world" x = txt.title() print(x)
x
txt
=
"Welcome to my world"
x
=
txt
.
title
()
print
(
x
)
Welcome To My World