Skip to content

Add functionality to encode numbers #16

@sarthakg043

Description

@sarthakg043

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions