config.json 3.6 KB
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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
{
  "export": [
    "if-else.json",
    "none.json"
  ],
  "keywords": [],
  "children": [
    {
      "if": {
        "keywords": [],
        "children": [
          {
            "if-else语句": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-64"
            }
          },
          {
            "if-elif-else结构": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-65"
            }
          },
          {
            "省略else代码块": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-66"
            }
          },
          {
            "使用if语句处理列表": {
              "keywords": [],
              "children": [
                {
                  "检查特殊元素": {
                    "keywords": [],
                    "children": [],
                    "node_id": "python-6-16"
                  }
                },
                {
                  "确定列表不是空的": {
                    "keywords": [],
                    "children": [],
                    "node_id": "python-6-17"
                  }
                }
              ],
              "node_id": "python-5-67"
            }
          },
          {
            "设置if语句的格式": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-68"
            }
          }
        ],
        "node_id": "python-4-96"
      }
    },
    {
      "elif": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-97"
      }
    },
    {
      "else": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-98"
      }
    },
    {
      "条件判断": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-99"
      }
    },
    {
      "这正是布尔值的用武之地": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-100"
      }
    },
    {
      "代码块嵌套": {
        "keywords": [],
        "children": [
          {
            "字典列表": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-69"
            }
          },
          {
            "在字典中存储列表": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-70"
            }
          },
          {
            "在字典中存储字典": {
              "keywords": [],
              "children": [],
              "node_id": "python-5-71"
            }
          }
        ],
        "node_id": "python-4-101"
      }
    },
    {
      "检查是否相等": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-102"
      }
    },
    {
      "检查是否相等时忽略大小写": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-103"
      }
    },
    {
      "检查是否不相等": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-104"
      }
    },
    {
      "数值比较": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-105"
      }
    },
    {
      "检查多个条件": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-106"
      }
    },
    {
      "检查特定值是否包含在列表中": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-107"
      }
    },
    {
      "布尔表达式": {
        "keywords": [],
        "children": [],
        "node_id": "python-4-108"
      }
    }
  ],
  "node_id": "python-3-12"
}