소스 검색

Day 3

master
Noëlle 2 년 전
부모
커밋
6c60725fe3
No known key found for this signature in database
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      day3-2.py

+ 1
- 1
day3-2.py 파일 보기

@@ -26,7 +26,7 @@ def main():
first, second, third = [set(elf) for elf in group]
debug(first, second, third)
debug(first & second & third)
common_item = list(first.intersection(second, third))[0]
common_item = list(first & second & third)[0]
values.append(ascii_letters.index(common_item)+1)
print(sum(values))

Loading…
취소
저장