fork download
  1. cypher = "EOBD.7igq4;1ikb51ibOO0;:41R"
  2. answer = ""
  3. pos = 0;
  4. subs = [1,-3,-1,3,-1]
  5. for c in cypher:
  6. answer += ( chr(ord(c) + subs[pos]) )
  7. pos = (pos + 1) % len(subs)
  8. print(ord('E') ^ ord('F'))
Success #stdin #stdout 0.05s 63336KB
stdin
Standard input is empty
stdout
3