Computer Science
Related Questions
The max( ) and min( ) when used with tuples, can work if elements of the tuple are all of the same type.
A list of characters is similar to a string type.
A dictionary can contain keys of any valid Python types.
Assertion. Lists and Tuples are similar sequence types of Python, yet they are two different data types.
Reason. List sequences are mutable and Tuple sequences are immutable.