浏览代码

remove extra file

Pat Beirne 7 月之前
父节点
当前提交
b370e41f39
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      non_s.py

+ 0 - 9
non_s.py

@@ -1,9 +0,0 @@
-d=open("words").read().splitlines()
-
-n=0
-for r in d:
-  if not r.endswith("'s"): 
-    n=n+1
-  else:
-    print r
-print n