xxxxxxxxxx
tuple1 = ("vasco","lorem","ipsun", 3, 4)
variablecheck = False
for i in tuple1:
#there two examples using a str and a num, and in the both the variable value will be True
if i == "vasco":
variablecheck = True
if i == 3:
variablecheck = True