Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) 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’]
Correct answer : Option (A) - [‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] correct 1.00

Explanation:
 execute in the shell to verify.

Share

Discusssion

Login to discuss.