Python
(1)
收藏
我要回答
l1 = ["111","222","333"] l2 = [1,2,3,4,5] print("_".join(("111","222","444"))) print("".join([str(i) for i in l2]))
1个回答
我要回答