Question: in python , i want to answer this question please.. thank you Write a Python program that reads from the keyboard a word and displays
in python , i want to answer this question please..
thank you

Write a Python program that reads from the keyboard a word and displays the encrypted version of that word Assume that only the characters (A, D, I, R, Y) are allowed in the input word and that the encoding is as shown in the following table AID I R?Y | M | N A B T Character Encoded as For example the word RIY AID will be encoded as BATMAN. You need to use three functions, readWordO, encrypt) and display Encryption). readWordO is called by main) to read from the keyboard 6 characters. encryptO is called by main0 to convert the characters obtained from readWord) into corresponding encryptions as indicated in the table. displayEncryption) is called by main0 to display the encrypted word on the screen. Your program should check the validity of the user input. Notes: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
