BestPromptFinder
HomeCoding › Below is an instruction that describes a task. Write a respo...

Below is an instruction that describes a task. Write a respo...

Coding · General · Coding
58Quality
87%Useful
85Reliability

The prompt

Below is an instruction that describes a task. Write a response that appropriately completes the request. ### Instruction: Generate a function in Python that takes in a dictionary (string → integer) and returns the sum of all values in the dictionary. ### Input: my_dict = { "a": 5, "b": 10, "c": 15 } ### Output: def compute_dict_sum(input_dict): result = 0 for val in input_dict.values(): result += val return result print(compute_dict_sum(my_dict))
Find similar in the app →

Why this prompt

Source

Hugging Face

Related Coding prompts

PRD to MVP Technical Plan
Quality 93 · Claude Code
Full-Stack CRUD App Builder
Quality 93 · Claude Code
Legacy Refactor Planner
Quality 93 · Claude Code
Test Suite Generator
Quality 93 · Claude Code
Third-Party API Integration
Quality 93 · Claude Code
Database Schema and Migration
Quality 93 · Claude Code