| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| GENERATE_PYTHON_CODE_WITH_FEEDBACK_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Consider the feedback provided: """ | |
| VERIFY_SOLUTION_PROMPT = """ | |
| Validate the provided solution for the following problem. | |
| Solution: """ |