Python Forum

Full Version: [split] deleting pieces of strings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
good evening!
somebody know how delete pices of strings and return them?
The first step would be to start your own thread, instead of hijacking an already active one.
The next would be to show us what you've tried so far.
In Python, th is typically done by slicing the string.