process.json 329 字节
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "one_line": {
    "token[\"key\"] ": [
      "token"
    ],
    "print(\"\".join(result))": [
      "print(result)"
    ],
    "for token in tokens": [
      "for t in tokens"
    ],
    "result = []": [
      "result = {}"
    ]
  },
  "source": "process.py",
  "depends": [],
  "exercise_id": 27,
  "type": "code_options"
}