String Manipulation - Python
String Manipulation - Python
String Manipulation
String Manipulation
Python has lots of built in methods that allow us to easily manipulate
strings.
The len method counts the number of characters in a string.
Try it for yourself:
Example Method 1
Try this code:
Explain what the code does:
Example Method 2
Try this code:
Explain what the code does:
Example Method 3
Try this code:
Explain what the code does:
Example Method 4
Try this code:
Explain what the code does:
Example Method 5
Try this code:
Explain what the code does:
Example Method 6
Try this code:
Explain what the code does: