Skip to content

Conversation

@JJunHan
Copy link

@JJunHan JJunHan commented Aug 18, 2025

added a mapping to decode digits to keypad alphabets.

keypad = {
"2": "ABC",
"3": "DEF",
"4": "GHI",
"5": "JKL",
"6": "MNO",
"7": "PQRS",
"8": "TUV",
"9": "WXYZ"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants