Pregunta de entrevista de Check Point Software Technologies

given some rules to valid password write a function that gets string and return true if the string is a valid password

Respuesta de la entrevista

Anónimo

11 mar 2025

very simple if else kind of function in Python

1