Exercise: Tuple Length and Index

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