79731447

Date: 2025-08-10 19:14:25
Score: 1.5
Natty:
Report link
import zipfile

# Paths
image_file = "/mnt/data/shop_layout_marked.jpg"
zip_path = "/mnt/data/shop_layout_marked.zip"

# Create ZIP
with zipfile.ZipFile(zip_path, 'w') as zipf:
    zipf.write(image_file, arcname="shop_layout_marked.jpg")

zip_path
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: gulshair