Answered You can hire a professional tutor to get the answer.
using pymongo Develop a function to make a document in the MongoDB database "city" in the collection "inspections."Be sure it can handle error...
using pymongo
Develop a function to make a document in the MongoDB database "city" in the collection "inspections."Be sure it can handle error conditions gracefully.
a.Input -> argument to function will be set of key/value pairs in the data typ acceptable to the MongoDB driver insert API call
b.return -> True if successful insert else False