Google News
logo
TinyDB - Quiz(MCQ)
Which of the following method is used to insert an item in TinyDB?
A)
Db.put()
B)
Db.add()
C)
Db.input()
D)
Db.insert()

Correct Answer :   Db.insert()


Explanation : Db.insert() method is used to insert an item in TinyDB.

Advertisement