| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| REVISION_PROMPT = """ | |
| Revise the provided solution to ensure it passes all public test cases. | |
| Current Solution: """ |
| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| REVISION_PROMPT = """ | |
| Revise the provided solution to ensure it passes all public test cases. | |
| Current Solution: """ |