Home python How to bring emoji emoticons in Python?

How to bring emoji emoticons in Python?

Author

Date

Category

What module can be used to output EMOJI in Python?


Answer 1

The output text must be placed in quotes:

print ("😎")

or so

x = "😎"
Print (x)

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions