Pat Beirne 7 сар өмнө
parent
commit
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