Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
'|' の場合にのみ ',' を追加しながら、リストを文字列に変換する方法 周りにいない
例: list=['q0','|','q1','q0','|','#','|','#']
印刷された文字列に: q0|q1,q0|#|#