methodology/scripts/emoji_shortlist.py
2022-08-30 09:47:12 +02:00

13 lines
205 B
Python

"""prints my favorite emojis"""
* fetch all emojis
* filter by shortcode
* max string length: 7
* must be in dictionary:
"""
def fetch_emojis():
return emojis_dict
def is_in_dict():
return True