Converting tuple to int

前端 未结 0 1553
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 03:19

I am new in Python and trying to convert tuple to int value, so I can do some math with it. I have got tuple form sqlite database.

for i in range(0,count):
           


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