import demoji
text="🇮🇳 📚 ❤️ 🌺 🌹 👶"
demoji.findall(text)
#clcoding.com
{'📚': 'books', '👶': 'baby', '🇮🇳': 'flag: India', '🌺': 'hibiscus', '🌹': 'rose', '❤️': 'red heart'}
Python Coding August 15, 2022 Python No comments
import demoji
text="🇮🇳 📚 ❤️ 🌺 🌹 👶"
demoji.findall(text)
#clcoding.com
{'📚': 'books', '👶': 'baby', '🇮🇳': 'flag: India', '🌺': 'hibiscus', '🌹': 'rose', '❤️': 'red heart'}
Free Python PDF Books
— Python Coding (@clcoding) October 6, 2022
🧵:
Can you guess the output of the second piece of code?🐍
Posted by Python Coding on Tuesday, 16 February 2021
0 Comments:
Post a Comment