Launch kernelInsert a document¶# Your code hereExercises¶Exercise¶Simulate inserting a document: write insert_document(collection, doc) which assigns a unique _id and appends the doc to the collection (a list). Return the inserted document.