Write a python program to check whether an element exists within a tuple
Answers
Answered by
0
tuplex = ("w", 3, "r", "e", "s", "o", "u", "r", "c", "e") print("r" in tuplex) print(5 in tuplex)
Similar questions
English,
7 months ago
Social Sciences,
1 year ago