Sum Dictionary Values

Easy

📝 Description

Sum all values in a dictionary

Input Format

Dictionary in JSON format

Output Format

Sum of all values

Constraints

Values are numbers

🔍 Sample Input

{a: 10, b: 20, c: 30}
            

✅ Sample Output

60
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run