Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. Titles = []
  2. for news in catalog:
  3.     Titles.append(news['title'])
  4.  
  5. print(len(catalog) - len(list(set(list(Titles))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement