name format

 avatar
unknown
plain_text
2 years ago
53 B
6
Indexable
name=input("name =")
new=str.title(name)
print(new)
Editor is loading...