소스 검색

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