Explanation: tuples are immutable and don’t have an append method. an exception is thrown in this case.
Q. >>>print len(my_tuple)
β
Correct Answer: (D)
error
Explanation by: Mr. Dubey
tuples are immutable and don’t have an append method. an exception is thrown in this case.
Discussion
Question Analytics
552
Total Visits
2 y ago
Published
Mr. Dubey
Publisher
88%
Success Rate