Exercises
Exercise
[{'_id': 0, 'age': 24, 'name': 'Jisu'},
{'_id': 1, 'age': 51, 'location': 'Seoul', 'name': 'De ayoung'},
{'_id': 2, 'age': 24, 'name': 'Youngjin'}] [{'_id': 0, 'age': 24, 'location': 'Suwon', 'name': 'Jisu'},
{'_id': 1, 'age': 51, 'location': 'Seoul', 'name': 'De ayoung'},
{'_id': 2, 'age': 24, 'location': 'Suwon', 'name': 'Y oungjin'}]Last updated
Was this helpful?