Max Value Key

Easy

📝 Description

Find the key with the maximum value in a dictionary

Input Format

Dictionary in JSON format

Output Format

Key with maximum value

Constraints

Dictionary size ≤ 1000

🔍 Sample Input

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

✅ Sample Output

b
            

Code Editor

Please login to run and submit code.

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