์ ๋ ฅ ์)
0110100
0110101
1110101
0000111
0100000
0111110
0111000
๋ฐฉ๋ฒ
N = 7
arr = []
for _ in range(N):
arr.append(list(map(int,input())))
'๐ Language > [python]' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[ํ์ด์ฌ] ์์ด๊ณผ ์กฐํฉ - permutations, combinations (0) | 2022.08.03 |
---|---|
[ํ์ด์ฌ] sort (feat. lambda) (0) | 2022.08.02 |
[ํ์ด์ฌ] 2์ฐจ์ ๋ฆฌ์คํธ ๋ณต์ฌํ ๋ - deep copy, slicing (0) | 2022.08.02 |
[ํ์ด์ฌ] RecursionError๊ฐ ๋ฐ๋, ์ ๋ ฅ์ ๋ฐ์๋ - sys (0) | 2022.08.01 |
[ํ์ด์ฌ] ๋ฆฌ์คํธ๋ฅผ ๋ฌธ์์ด๋ก - join (0) | 2022.08.01 |