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