+ 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
1 Réponse
+ 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