Question

What is the output of the following part of python program? x = ("apple", "banana", "cherry") print(x) 

A ('apple', 'banana', 'cherry')
B Cherry
C Apple
D Error
Practice Next

Relevant for Exams:

Hey! Ask a query