Which of the following method is used to insert an item in TinyDB?

9. Which of the following method is used to insert an item in TinyDB?

  1. Db.put()
  2. Db.input()
  3. Db.add()
  4. Db.insert()

Answer: D) Db.insert()

Explanation:

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


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.