diff --git a/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py b/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py index 8cba956..370e0cf 100644 --- a/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py +++ b/language_learning/python/2019.12.03_create_GIF_with_python/create_GIF_with_python.py @@ -1,7 +1,7 @@ import imageio import numpy as np import os -# os.chdir('E:/data') # 设置文件读取和保存位置 +# os.chdir('D:/data') # 设置文件读取和保存的位置 images = [] for i in range(1000):