瀏覽代碼

Day 3

master
Noëlle 2 年之前
父節點
當前提交
6c60725fe3
沒有發現已知的金鑰在資料庫的簽署中
共有 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…
取消
儲存