Split strings
Estimated Time: 30 minutes
⚠️ This is a bonus section. Only complete it if you have time after completing the rest of this week's lessons.
You've learned how to do some useful operations with strings, like concatenating and combining. There’s one more operation — splitting — that will help you prepare for your projects and do some cool stuff.
Key ideas
- Using split() method to convert string into a list