You are viewing a single comment's thread. Return to all comments →
def cipher(k, s): # Write your code here n=len(s) s1=s[0:n-k+1] res,xr="","0" for i1 in s1: if len(xr)-1
Seems like cookies are disabled on this browser, please enable them to open this website
Cipher
You are viewing a single comment's thread. Return to all comments →
def cipher(k, s): # Write your code here n=len(s) s1=s[0:n-k+1] res,xr="","0" for i1 in s1: if len(xr)-1