str -> tuple
2021-03-16 本文已影响0人
hehehehe
原因是在赋值的时候多加了一个逗号。
这个逗号让编译器执行的时候理解为("str",)
daemonic processes are not allowed to have children
export PYTHONOPTIMIZE=1
(','.join("'"+str(map_id)+"'" for map_id in map_id_set))
原因是在赋值的时候多加了一个逗号。
这个逗号让编译器执行的时候理解为("str",)
daemonic processes are not allowed to have children
export PYTHONOPTIMIZE=1
(','.join("'"+str(map_id)+"'" for map_id in map_id_set))