count_file.json 384 字节
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "multiline": [
    {
      "blank = False": ""
    },
    {
      "i += 1": ""
    },
    {
      "while i < line_len": "while i <= line_len"
    },
    {
      "if blank:": "",
      "    line_token_count += 1": "line_token_count += 1"
    },
    {
      "break": "continue"
    }
  ],
  "source": "count_file.py",
  "depends": [],
  "exercise_id": 19,
  "type": "code_options"
}