Code: Alles auswählen
with ZipFile("Safes/Safe" + str(i) + ".zip", "w") as zip_file:
zip_file.write("README.txt")
zip_file.close()
Code: Alles auswählen
with ZipFile("Safes/Safe" + str(i) + ".zip", "w") as zip_file:
zip_file.write("README.txt")
zip_file.close()