Update Mysteryhelfer.pyw
This commit is contained in:
@@ -4391,7 +4391,7 @@ def rail_decrypt(cipher: str, rails: int):
|
|||||||
out = ""
|
out = ""
|
||||||
x, y = 0, 0
|
x, y = 0, 0
|
||||||
down = True
|
down = True
|
||||||
for i in range(len(cipher)):
|
for _ in range(len(cipher)):
|
||||||
out += arr[y][x]
|
out += arr[y][x]
|
||||||
x += 1
|
x += 1
|
||||||
if down and y + 1 == rails:
|
if down and y + 1 == rails:
|
||||||
|
|||||||
Reference in New Issue
Block a user