
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.

myFirstDatabase 가 저는 없는데 그래서
코드 결과가 다른가요
이부분 어떻게 해야하나요
fromfrom pymongo import MongoClient
client = MongoClient('mongodb+srv://test:sparta@cluster0.pwllcbl.mongodb.net/?retryWrites=true&w=majority')
db = client.dbsparta
