Why isn't the "cont" variable changing to one?
cont = 0 tupla = (6, 'Copa') def hola(): if tupla == (6, 'Copa'): cont = 1 hola() print(cont)