Printing emojisπππππ in python ππ
Have you ever thought of inserting emojis into your python program? Well, if you haven't, you should start thinking of inserting one into some of your mini projects to make it funπ.
Emojis are now everywhere, even in programming now.
In python now, ...
jhohannes.hashnode.dev2 min read
Sandeep
learning python π
Hey, I didn't know python can do that
But, I am getting error when executing above code in python idle.
Error:
""" Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> print("\U0001f602") UnicodeEncodeError: 'UCS-2' codec can't encode character '\U0001f602' in position 0: Non-BMP character not supported in Tk """
Do you know the reason behind this error?