This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
func-smash
огледало од
https://github.com/earwig/func-smash
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
0
Activity
Преглед изворни кода
Added a <= corpus to cms_and_ifs.py
master
Josh Hofing
пре 12 година
родитељ
2c1b1ba24c
комит
19609c661e
1 измењених фајлова
са
5 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
Write
Preview
Loading…
Откажи
Сачувај