Python Compiler
txt = "wikimass.com is for programmers" x = txt.capitalize() print(x)
OUTPUT
Wikimass.com is for programmers
×

Save as Private