python3插入数据

insert into table(column....) values('%s','%d')

%d也是需要加单引号的;