Spaces:
Configuration error
Configuration error
File size: 135 Bytes
8bcd716 | 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:"""
|