For this particular post, I’ll be exploring the following string manipulations methods. The code describes the various purpose of each string methods.
capitalize()
title()
upper()
swapcase()

Output upon running the scripts are shown below:

############### END ##########################
Leave a comment