Week3 Quiz2.
For this quiz, create a file named dbmovie.py and start with the code below.
from pymongo import MongoClient
client = MongoClient('mongodb+srv://test:sparta@cluster0.grgzlle.mongodb.net/?retryWrites=true&w=majority')
db = client.dbsparta
Quiz1. Wha...
olliekim.hashnode.dev2 min read