0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Atcoderで使える技(ほぼ自分用)

Last updated at Posted at 2024-05-16

1.配列の中身連結

s=['a', 'B', 'C']

みたいな配列をaBCのように連結させる方法

print("".join(s))

2.exit()

ここでまとめてあった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?