Skip to content

Commit

Permalink
Update create-a-gif-with-python.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom committed Nov 16, 2023
1 parent 4de5e89 commit cd81f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cd81f54

Please sign in to comment.