+ 1
Can we print emojis using python3
Emoji
10 Answers
+ 7
On sololearn, you can 👇
https://code.sololearn.com/c0qHq2jWyre7/?ref=app
But on your computer it may not work as your console should support unicode encoding for that.
But there is also a *emoji* module in python which you can use to print emojis on the console easily
You can see it's documentation here 👇
https://pypi.org/project/emoji/
.
.
+ 4
We can, but it is not recommended.
Emojis will have different appearance on different devices, on some they wont be displayed at all.
+ 3
print(🙂🙃😉)
+ 3
Yes it works here atleast but on computrr you will have to use unicode for that
+ 3
Suraj Joshii
In pc you don't do that. But you can do in sololearn.
USING ASCII :
It's my code↓
https://code.sololearn.com/cicnh0275B8D/?ref=app
+ 2
Thankyou
+ 2
Yes bro you can print emoji or emoticons using python as a string
OR
using the emoji module
Install it by
Pip install emoji.
+ 1
sadly
+ 1
Imposter bro there is not any emoji's option in my Mobile's keyboard.
- 1
Hi