duan8Detection/001测试拼接列表.py
2026-01-07 15:40:08 +08:00

5 lines
46 B
Python

l = ["a", "b", "c", "d"]
print('_'.join(l))