Skip to content

Commit

Permalink
Update solution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent 0e67a55 commit f41ac82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kyu_6/encrypt_this/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

def encrypt_this(text: str) -> str:
"""
Encrypt this.
Encrypts each word in the message using the following rules:
* The first letter needs to be converted to its ASCII code.
* The second letter needs to be switched with the last letter
Expand Down

0 comments on commit f41ac82

Please sign in to comment.