How can i add image related to the particular event in this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can i add image related to the particular event in this code?

This is a python program which shows event on your birthday crawling data from Wikipedia. Now I want to show image related to that. HOW TO DO THIS? https://code.sololearn.com/csc1D14xLGxV/?ref=app

14th May 2023, 6:16 AM
Vibhor
Vibhor - avatar
1 Answer
+ 6
Normally you would not be able to show images in the Sololearn console, but python codes are a special case, some hacks were built in here to allow display of graphs and data visualizations. Anyway if you save the picture as PNG, it will be displayed even in the console output. https://code.sololearn.com/ca17a919A108/?ref=app
14th May 2023, 6:24 AM
Tibor Santa
Tibor Santa - avatar