Computer Science
State whether the following statement is True or False :
A tuple element inside another element is considered a single element.
Related Questions
State whether the following statement is True or False :
A tuple cannot store other tuples in it.
State whether the following statement is True or False :
A tuple storing other tuples in it is called a nested tuple.
State whether the following statement is True or False :
A tuple cannot have negative indexing.
State whether the following statement is True or False :
With tuple( ), the argument passed must be sequence type.