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!

Load comments ↻






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