
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
from pymongo import MongoClient
import certifi
ca = certifi.where()
client = MongoClient('mongodb+srv://sparta:test@cluster0.mqh8rch.mongodb.net/?retryWrites=true&w=majority', tlsCAFile=ca)
db = client.dbsparta
이 값과
그림파일의 값과 같은 건가요.?

