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.