Commit 9518cef9 by BellCodeEditor

save project

parent 8eb0814d
Showing with 2 additions and 1 deletions
...@@ -11,5 +11,5 @@ path =filedialog.askopenfilenames( ...@@ -11,5 +11,5 @@ path =filedialog.askopenfilenames(
img_list=[] img_list=[]
for i in path: for i in path:
img = Image.open(i) img = Image.open(i)
imglist.append(img) img_list.append(img)
print(img_list) print(img_list)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment