Tweeted By @python_tip
Use "\N" escape sequence to print #unicode symbols by name.
— Daily Python Tip (@python_tip) September 19, 2018
>>> print('\N{smiling face with sunglasses}’)
😎#python
Use "\N" escape sequence to print #unicode symbols by name.
— Daily Python Tip (@python_tip) September 19, 2018
>>> print('\N{smiling face with sunglasses}’)
😎#python