Pat Beirne 7 месяцев назад
Родитель
Сommit
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