| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| REVIEW_SOLUTION_PROMPT = """ | |
| Review the following solution and provide feedback on its correctness and efficiency. | |
| Solution: """ |
| GENERATE_PYTHON_CODE_PROMPT = """ | |
| Generate a functional and correct Python code for the given problem. | |
| Problem: """ | |
| REVIEW_SOLUTION_PROMPT = """ | |
| Review the following solution and provide feedback on its correctness and efficiency. | |
| Solution: """ |