upper()
, lower()
and title()
, which allow us to manipulate the case of strings.
strip()
, lstrip()
and rstrip()
that remove whitespace from the beginning and end of strings.
replace()
method, which allows us to replace occurrences of a substring with another substring.
len()
and round()
methods, which are used to get the length of a string and round a number to a specified number of decimal places, respectively.
The best way to improve your programming skills is to practice.
I created a course for learning Python that you can follow alongside these lessons.
You can check these out at
BitFez’s Learning to code in Python Roadmap 🛣
You should specifically follow the Step 3: Iteration activities: