{ "cells": [ { "cell_type": "code", "execution_count": 5, "id": "afe1b6a8-b8fc-4062-8f32-d80c8b550aa6", "metadata": {}, "outputs": [], "source": [ "import zipfile as zip" ] }, { "cell_type": "code", "execution_count": null, "id": "84f10f0d-9bb9-4ce4-a9e0-eb07e9b3842d", "metadata": {}, "outputs": [], "source": [ "zip.ZipFile(\"PA1_SR_Wallfollow.zip\").extractall()" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.4" } }, "nbformat": 4, "nbformat_minor": 5 }