In Python, strings are immutable therefore cannot be changed once assigned. However, deleting the entire string is possible.
Example
Start IDLE.
Navigate to the File menu and click New Window.
Type the following:
del string_mine