code-explainer-c / prompt_utils.py
SandeepU's picture
Upload 4 files
f0ebfa0 verified
raw
history blame
90 Bytes
def build_prompt(code_snippet):
return f"translate Python to English: {code_snippet}"