MCQShareWhich of the following commands will create a list?Alist1 = list()Blist1 = [].Clist1 = list([1, 2, 3])✓all of the these