I know how to extract zipped files.
Extracting leaves the file in the zipped folder while it extracts a 'copy'.
I manually go into the zipped folder and cut the file. This leaves the zipped folder empty.
I want to do the same thing with Python code. That is cut the file from the zipped folder so it no longer exists in the zipped folder after cutting.
How do I do this please?