Переглянути джерело

Added a <= corpus to cms_and_ifs.py

master
Josh Hofing 12 роки тому
джерело
коміт
19609c661e
1 змінених файлів з 5 додано та 1 видалено
  1. +5
    -1
      corpora/cmps_and_ifs.py

+ 5
- 1
corpora/cmps_and_ifs.py Переглянути файл

@@ -6,4 +6,8 @@ def f2(a):
return True
return False

corpus = [f1, f2]
def f3(a):
if a <= 20:
return True
return False
corpus = [f1, f2, f3]

Завантаження…
Відмінити
Зберегти