Python 3 String Methods

This blog explains about Python 3 String Methods and Example programs String Methods capitalize() – Converts the first character to upper case. capitalize() – Converts the first character to upper case. casefold() –…