Skip to content

wordValue #56

@alexanderGGreenberg

Description

@alexanderGGreenberg

Implement the funciton in src/wordValue.py with the following specification:

given a dict of letter to numeric value mappings, calculate the value of the given word
example valueDict = {'o': 3, 's': 7} word = 'os'
return 3+7 = 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions