InkedWings's picture
Add example completed task: example-done
89be9da verified
Raw
History Blame Contribute Delete
146 Bytes
import json
from pathlib import Path
Path('/root/results').mkdir(parents=True, exist_ok=True)
Path('/root/results/answers.json').write_text('[]')