TypeError: execute() takes from 2 to 3 positional arguments but 13 were given
你的sql语句拼接有问题,先把sql语句拼接好,然后再扔到execute()里去
参数个数不对