1.

print(veggies)

A. [‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] correct 1.00
B. [‘carrot’, ‘celery’, ‘potato’, ‘asparagus’]
C. [‘carrot’, ‘broccoli’, ‘celery’, ‘potato’, ‘asparagus’]
D. [‘celery’, ‘carrot’, ‘broccoli’, ‘potato’, ‘asparagus’]
Answer» B. [‘carrot’, ‘celery’, ‘potato’, ‘asparagus’]


Discussion

No Comment Found