Commit c22641c2 by BellCodeEditor

save project

parent 90b07bad
Showing with 3 additions and 0 deletions
...@@ -10,3 +10,5 @@ for i in path: ...@@ -10,3 +10,5 @@ for i in path:
img_list.insert(0,img) img_list.insert(0,img)
img_list[0].save("bot.gif", save_all=True,append_images=img_list[1:]) img_list[0].save("bot.gif", save_all=True,append_images=img_list[1:])
print(img_list) print(img_list)
sepuence[0].save('bot.gof',save_all=True,
append_images=sepuence[1:])
\ 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