8807690
1
2
3
4
5
6
7
def build_prompt(code_snippet): return f"""### Explain this Python code step-by-step: ```python {code_snippet} ``` Explanation:"""