File size: 266 Bytes
5374a2d | 1 2 3 4 5 6 7 8 9 | GENERATE_PYTHON_CODE_PROMPT = """
Generate a functional and correct Python code for the given problem.
Problem: """
ScEN_PYTHON_SELECTION_PROMPT = """
Select the most reliable solution among the given options based on their frequency of occurrence.
Solutions: """ |