Python String Methods
Feb 17, 2022

Python gives us many useful methods for dealing with Strings.
1) Make all the characters in a string upper case
2) Make all the characters in a string lower case
3) Make the first letter of a string capital
4) Make a string title case
Title case means that the first letter of every word is capitalized