Exercise: Tuple Length and Index
Use
len() to count elements and .index() to find the position of a specific value in a tuple.Premium
Python
Setting up Python environment... Output