python如何在两组数据中添加逗号的两种方法

    技术2023-10-02  71

    1.print((a),end=',') print(b)2.print(a,b,sep=‘,’)

    Processed: 0.034, SQL: 10