Assign-Three-2

Sat 17 May 2025
from IPython.display import Markdown, display

# Path to your PNG file
image_path = 'deer.jpg'

# Display the image inline
display(Markdown(f"![Image Description]({image_path})"))

Image Description



Score: 0

Category: assignments