Python Basics Exercises: Strings and String Methods
In Python Basics: Strings and String Methods, you used strings for text data in Python. You also learned how to manipulate strings with string methods. For example, you changed strings from lowercase to uppercase, removed whitespace from the beginning or end of a string, and replaced parts of a string with different text. In this video course, you’ll practice: Manipulating strings with string methods Working with user input Dealing with strings of numbers Formatting strings for printing This video course […]
Read more