Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Capitalize Text
Python Code Challenge
42 -
Write a program that takes a string as input, and returns the string with the first letter capitalized, using an if statement and string methods.
Python
Strings
If Statements