What is for Python what 'explode' is for PHP?

Viewed 121675

I had a string which is stored in a variable myvar = "Rajasekar SP". I want to split it with delimiter like we do using explode in PHP.

What is the equivalent in Python?

2 Answers
Related