소스 검색

Minor modification

master
Noëlle Anthony 6 년 전
부모
커밋
7266457074
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      01b.py

+ 1
- 3
01b.py 파일 보기

@@ -18,10 +18,8 @@ def main(args):
elif item[0] == "-":
freq -= int(item[1:])
if freq in freqlist:
return freq
return "Found after {} cycles: {}".format(cycles,freq)
freqlist.append(freq)
if cycles == 1000000:
return "I haven't found a duplicate after a million cycles."

if __name__ == "__main__":
args = input("Paste the modulations here: ")

Loading…
취소
저장