I'm trying to scrape the website named below, my code scrapes the names of NGOs and the related information data off of it, but it doesnt store them together in one Dict. Individually, my for loops are getting the data, but they don't together. So, my Dict ends up storing either the last value of NGO_name or data stored in ITEM variable below. I'm trying to scrape the website named below, m