Project in Python Skill Tree
Decrypting the Triangle Cipher
Beginner
In this project, you will learn how to decrypt a triangle cipher, which is a method of arranging characters into a right triangle. The hidden message is contained in the last character of each row, and these last characters are concatenated to form the transmitted information.
python
Teacher
Labby
Labby is the LabEx teacher.




