Day

August 1, 2020
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...