All problems
EasyStrings
Title-case a sentence
Convert "hello india from nettms" to Title Case.
- #title
Sample input
"hello india from nettms"
Sample output
Hello India From Nettms
title-case.py
Output
Press "Run code" to execute.
Loading…
Convert "hello india from nettms" to Title Case.
"hello india from nettms"
Hello India From Nettms
Press "Run code" to execute.