Python 【Python】文字列を結合する
【Python】文字列を結合する
文字列の結合には「join()」を使用します。
join()の引数はリストです。
join()の前にある「.」は連結する際の区切り文字です。
Python
Python
Python
Python
Python
Python
Python
Python
Python
Python