some kinda

This commit is contained in:
5t4l1n
2025-07-26 22:20:50 +05:30
parent 818a268038
commit 8c56eb9e36
20 changed files with 5544 additions and 155 deletions
+4
View File
@@ -0,0 +1,4 @@
from pymongo import MongoClient
db = MongoClient("mongodb://localhost:27017").openlearnx
exam = db.exams.find_one({"_id": ObjectId("6884f04c6ca73cc9032deaf9")})
print(exam["exam_code"]) # this is what participants must type