filmov
tv
Python Intermediate I Tutorial 8 - How to Split a String

Показать описание
Hi everyone! In today's video I'm gonna talk about how to split a string in python, python has some very nice functions for string, one of them is the split function. The split function can be used to build a simple tokenizer in python.