Q. print(veggies) (Solved)
1. [‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] correct 1.00
2. [‘carrot’, ‘celery’, ‘potato’, ‘asparagus’]
3. [‘carrot’, ‘broccoli’, ‘celery’, ‘potato’, ‘asparagus’]
4. [‘celery’, ‘carrot’, ‘broccoli’, ‘potato’, ‘asparagus’]
- a. [‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] correct 1.00