Cipher Discussions | Algorithms | HackerRank
  • + 0 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