get_element¶
- get_element(sequence_name, element_index)¶
Return requested element in the original sequence.
- Parameters:
- Return type:
- Returns:
the element with the specified index
- Raises:
ValueError – if the sequence is invalid
IndexError – if the index is out of range