------
## 最终结论
```python
def check_tuplex(tup, element):
    return element in tup
```