Question: 3. Create a python file decode.py and write code per instructions below: Assuming that you can assign numbers from 1 to 26 for the uppercase

3. Create a python file decode.py and write code per instructions below: Assuming that you can assign numbers from 1 to 26 for the uppercase alphabets as below: - Hint: Create a dictionary with the values $$ \begin{array}{1} A=1 B=2 C=3 \end{array} $$ $$ Z=26 $$ The potential of a word is found by adding the integer value of the alphabets. Example: KITE Potential $=11+9+20+5=45$ CS.VS. 1164
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
