New Python 3.9 String Methods

Recently python added new features in version 3.9. I personally think these additions are quality of life changes, but most of which I appreciate. For example, the addition of string methods. String methods are useful to work with because the string type is immutable. Immutable data types are non changeable pieces of data. String methods are already in Java, they help work with strings like making a String uppercase or lowercase. This is just one of the many string methods that were introduced.

Picture citations: Pankaj. “Python String Functions.” JournalDev, 14 July 2020, www.journaldev.com/24588/python-string-functions.

Author: Nandan Sudunagunta, Vice President of Virgina Beach Chapter