Skip to content

bralton/py-pyramid-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python script to decrypt a message.

Messages are in the format:

number string
number string
number string
...

Decrypting the message works by building the numbers into a pyramid, and using the word from the end of each line:

1
2 3
4 5 6
7 8 9 10

In this case the decrypted messaged would be strings related to numbers 1, 3, 6, 10.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages