name format

Anonymous
plain_text
04/20/2023 6:02 PM
72 B
16
Indexable
name=input("name =")
new=str.title(name)
print(new)
Editor is loading...