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?