debug-env / debug_env /tasks /task1 /broken_code.py
hugsbun's picture
feat: complete debugging workflow with HuggingFace Inference API and OpenEnv Stage 1
2058884
Raw
History Blame Contribute Delete
121 Bytes
def add(a, b) # Bug: missing colon at end of function definition
return a + b
def multiply(a, b):
return a * b