| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| MODIFY_SOLUTION_PROMPT = """ | |
| The solution provided did not pass the test cases. Please modify the solution to ensure it meets the requirements and passes all tests. Original solution: """ |