python convert string to sentence case

Solutions on MaxInterview for python convert string to sentence case by the best coders in the world

showing results for - "python convert string to sentence case"
Nicole
21 Jul 2016
1>>> s="OPERATOR FAIL TO PROPERLY REMOVE SOLID WASTE"
2>>> s.capitalize()