You have already completed these exercises!
Do you want to take them again?
You completed the DJANGO Querysets Exercises from W3Schools.com
Share on:
Of the following, only one is a correct QuerySet. which one?
<QuerySet [ {'id': 1, 'type': 2, 'shape': 'circle'}]>
<QuerySet [ (1, 2, 'circle')]>
<QuerySet [1, 2, 'circle']>