def count_tuplex(tuplex,value): count = tuplex.count(value) return count