Answers for "how to convert a string to all caps in python"

1

python convert string to sentence case

>>> s="OPERATOR FAIL TO PROPERLY REMOVE SOLID WASTE"
>>> s.capitalize()
Posted by: Guest on April-11-2021

Code answers related to "how to convert a string to all caps in python"

Python Answers by Framework

Browse Popular Code Answers by Language