Python, MYSQL How can I add together (sum of the numbers) two columns from two separate list into a new one?

前端 未结 0 1339
梦毁少年i
梦毁少年i 2020-12-21 02:14

I have two lists, result6 and result7. result6 looks like this:

(2, Decimal(\'2\'))
(17, Decimal(\'1\'))
(16, Decimal(\'0\'))
(15, Decimal(\'1\'))
(9, Decimal         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题