Run ❯
Get your
own
website
×
Change Orientation
txt = "python is FUN!" x = txt.capitalize() print (x)
Python is fun!