What is the function of "use_aliases=True" in emoji.emojize?

Asked

Viewed 1,846 times

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?

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.