本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
func-smash
镜像来自
https://github.com/earwig/func-smash
關注
1
收藏
1
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
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…
取消
儲存