I am solving a Sudoku kata on Codewars and here is my code:
def valid_solution(S): s=[];L=[];l=[];S1=S[:3];S2=S[3:6];S3=S[6:] def verif(S): fo