Create Dictionary
Easy📝 Description
Create and print a dictionary with 3 key-value pairs
Input Format
None
Output Format
Dictionary with 3 key-value pairs
Constraints
None
🔍 Sample Input
✅ Sample Output
{"key1": "value1", "key2": "value2", "key3": "value3"}
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run