in this project i am demonstrating how to code a sentence based on another sentence. the parameters for using this method are - ☞ the sentence you are using must contain all the letters of the alphabet. ☞ there should be less than 9 words in the code sentence. ☞ all the words in the code sentence have to have less than 9 letters. how it works - ☞ each letter is represented by 2 numbers ☞ the first number is the word number and the second is the letter number. ☞ spaces are represented by a 0. in this project i am using the pangram - the quick brown fox jumps over the lazy dog for this project. remember to give credit if you are using the script.