Choose the output of the below program: *
Captionless Image
"a" is in thistuple
Yes, 'a' is in thistuple
No, 'a' is in not in thistuple
Answers
Answered by
0
Answer:
A tuple object is immutable in Python. Tuples are also sequences, just like Python lists. The tuples cannot be changed. This Python Tuple exercise aims to help Python developers to learn and practice tuple operations. Here I am providing 10 tuple programs to help you in brushing up your coding skills. All questions are tested on Python 3.
Similar questions