Skip to content

Commit

Permalink
Update encoding_and_decoding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent 97cc176 commit cc4923a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def get_rails(string: str, n: int) -> list:
"""
Create rails matrix.
:param string: str
:param n: int, the number of rails
:return: list, rails matrix
Expand Down

0 comments on commit cc4923a

Please sign in to comment.