0
I am following a course of Python and it was explained how to import libraries and such, and to use this library (as example) was told to use this command
print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
But I didn’t get this part
use_aliases=True
What does this mean? What is it for and what is its function?