diff --git a/_posts/2024-04-02-python-underscore.md b/_posts/2024-04-02-python-underscore.md index b0fd5a2..ca8d09e 100644 --- a/_posts/2024-04-02-python-underscore.md +++ b/_posts/2024-04-02-python-underscore.md @@ -2,9 +2,9 @@ layout: post title: Uses of Underscore in Python subtitle: Underscore examples in Python -cover-img: /assets/img/path.jpg -thumbnail-img: /assets/img/thumb.png -share-img: /assets/img/path.jpg +cover-img: /assets/img/underscore_cover.jpeg +thumbnail-img: /assets/img/underscore_thumb.png +share-img: /assets/img/underscore_cover.jpeg gh-repo: arpithub/arpithub.github.io gh-badge: [star, fork, follow] tags: [python,python_tips] diff --git a/assets/img/underscore_cover.jpeg b/assets/img/underscore_cover.jpeg new file mode 100644 index 0000000..da767fb Binary files /dev/null and b/assets/img/underscore_cover.jpeg differ diff --git a/assets/img/underscore_thumb.png b/assets/img/underscore_thumb.png new file mode 100644 index 0000000..fe2ce7c Binary files /dev/null and b/assets/img/underscore_thumb.png differ