I want to get rid of all the special characters like [(' and im really stuck in how to

后端 未结 0 1268
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-17 04:04
def trackItems():
    cursor.execute("SELECT ItemsBought, COUNT(*) FROM Purchase GROUP BY ItemsBought")
    stock = []
    Graphs = cursor.fetchall()
    p         


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