>>> from tres_trucades import tres_trucades >>> llista =['93786545','91876543','93452675','91676543','93787654','97287678','97256543','93876342','97398765','97312345','97345623','97354624','97315463'] >>> tres_trucades(llista, 93) True >>> tres_trucades(llista, 973) True >>> tres_trucades(llista, 972) False