What command would you use to print only the file names inside the archive?
import zipfile
my_archive = zipfile.ZipFile('doggo_forms.zip', 'r')What command would you use to print only the file names inside the archive?
import zipfile
my_archive = zipfile.ZipFile('doggo_forms.zip', 'r')Create a free account to access the full topic