白空间生成"标识符中的无效字符"

时间:2017-08-22 11:22:31

标签: python python-3.x

我有一个对象列表:

obj_map = [ 
    {"editable": "true", "col_name": "numberEnds", "display": "true"},
    {"editable": "false", "col_name": "id", "display": "false"},
    {"editable": "true", "col_name": "store_code", "display": "true"},
    {"editable": "true", "col_name": "store_id", "display": "true"}

              ]

会产生以下错误:

{"editable": "true", "col_name": "numberEnds", "display": "true"},
            ^
SyntaxError: invalid character in identifier

为什么在这种情况下将空格解释为无效字符?

0 个答案:

没有答案