-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Right now the given emoji set is being used to encode letters from A-Z which can be found in index.py file
nature_emojis = [
'🌿', '🌻', '🍃', '🌸', '🍂', '🌺',
'🍀', '🍁', '🍄', '🌹', '🌲', '🌴',
'🍅', '🍆', '🌽', '🍊', '🍎', '🍓',
'🍑', '🍍', '🍌', '🍉', '🍇', '🍈',
'🍐', '🍏'
]TASK
- Increase this emoji base and encode numbers 0-9 with different emojis.
Hint
You need to modify this encrypt and decrypt functions in
index.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers