From cd81f5472201b3ee6fef95b138370ac10676e6ef Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Thu, 16 Nov 2023 18:03:30 -0500 Subject: [PATCH] Update create-a-gif-with-python.mdx --- projects/create-a-gif-with-python/create-a-gif-with-python.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/create-a-gif-with-python/create-a-gif-with-python.mdx b/projects/create-a-gif-with-python/create-a-gif-with-python.mdx index 20812411..31c95180 100644 --- a/projects/create-a-gif-with-python/create-a-gif-with-python.mdx +++ b/projects/create-a-gif-with-python/create-a-gif-with-python.mdx @@ -74,7 +74,7 @@ Here are two images that you can use for this project (feel free to use your own - [team-pic1.png](https://raw.githubusercontent.com/codedex-io/projects/main/projects/create-a-gif-with-python/team-pic1.png) - [team-pic2.png](https://raw.githubusercontent.com/codedex-io/projects/main/projects/create-a-gif-with-python/team-pic2.png) -🙋🏻‍♂️ Make sure to store the image files in the same folder as your Python program file. +💡 Make sure to store the image files in the same folder as your Python program file. In our Python program, we'll create a list that contains the locations of the image files. We also need to create an empty list that will be used to store the actual image data from these files.