Python String Built in Functions
Like a list, Strings are actually objects in Python. That means, the have methods attached to them, to help you work with them. Here we’re going to look at some common methods to see how you can use them. Testing a String The first set of methods we’re going to look at are tests. These…