Noëlle Anthony 6 лет назад
Родитель
Сommit
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: ")

Загрузка…
Отмена
Сохранить