How do i print emoji in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How do i print emoji in python?

\U0001f600 didn't work

8th May 2019, 5:49 AM
Jyotsana
4 Respostas
+ 2
Jyotsana import sys,codecs sys.stdout = codecs.getwriter('utf_16')(sys.stdout.buffer,'strict') print(chr(0x1f913)) print('\U0001f600') print('šŸ¤“')
8th May 2019, 6:55 AM
Daljeet Singh
Daljeet Singh - avatar
+ 1
Thank you šŸ˜Š
8th May 2019, 7:26 AM
Jyotsana
0
Ć‘Ć³jddd..
19th May 2019, 11:44 PM
Cens Quince
Cens Quince - avatar