Answers for "how to make capitalize text in python"

0

how to make capitalize text in python

x = txt = 'hi this is hussein asadi from iran '

x = txt.capitalize()

print (x)
Posted by: Guest on May-09-2022

Code answers related to "how to make capitalize text in python"

Python Answers by Framework

Browse Popular Code Answers by Language