print(*リスト名,sep = " ")
使用例
hoge = [1,2,3,4,5]
print(*hoge,sep = "")
出力
12345
Go to list of users who liked
print(*リスト名,sep = " ")
使用例
hoge = [1,2,3,4,5]
print(*hoge,sep = "")
出力
12345
Register as a new user and use Qiita more conveniently
Go to list of users who liked