By using the in-built method of python .join() Name=["Ted","Evelen","Mosby"] print(" ".join(Name))#used a space to separate list elements ...
確定! 回上一頁