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?
UPDATE:
emoji module worked (no color though, only black and white image)
the commands print("\U0001F600") also working now!!
I think maybe earlier some module was missing that come bundled with emoji module?