How to put the flag of some country in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to put the flag of some country in Python?

14th Feb 2020, 1:51 PM
Alvedin
Alvedin - avatar
4 Answers
+ 2
Question unclear, maybe a generalization would be better. Is the flag a picture or an emoji?
14th Feb 2020, 1:53 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 2
What is it you want to do exactly? You can't properly show a picture in the console, it has to be a popup. If you want to display a picture without console, you can use the PIL module: from PIL import Image Image.open("your_file").show()
14th Feb 2020, 1:57 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Flag picture
14th Feb 2020, 1:55 PM
Alvedin
Alvedin - avatar
0
Okej, thanks
14th Feb 2020, 1:58 PM
Alvedin
Alvedin - avatar