list01.json 243 字节
Newer Older
F
feilong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "one_line": {
    "if n % 2 == 0": [
      "if n % 2 != 0",
      "where n % 2 == 0"
    ],
    "for n in list": [
      "for n in list:"
    ]
  },
  "source": "list01.py",
  "depends": [],
  "exercise_id": 195,
  "type": "code_options"
}