Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Sep 14, 2021
1 parent 1f64bab commit a66ce53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zipfile.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from zipfile import ZipFile

examplezip=ZipFile("C:\\Users\\LENOVO\\Downloads\\Artificial Intelligence (AI)-20210711T152405Z-001.zip")
files=examplezip.namelist()
print(files)

0 comments on commit a66ce53

Please sign in to comment.