The Language required to write in it is Python comp c1c2c3c4c5c6 e 1 e 1 1 1 1 1 1 1 1 e 1 e e 1 1 e e 1 1 e e e e 1 1 e 1 1 e 1 e e 1 1 1 e 1 e 1 1 1 e 1 e 1 1 1 e 1 e e e e 1 e e 1 e e 8 1 1 1 e e e e e 1 e 1 1 1 -1 D A ai !A -D -A D+1 A+1 D-1 A-1 D+A D-A A-D D&A D|A M -M M+1 M-1 w+a w-a M-D D&M wla Your task is to: a) Build a dictionary by using the table shown above. (Key will be the compstrings and value is going to be its binary equivalent. The symbol "a" can be part of the value and in this case, you can make a tuple for value, which contains "a" and the binary string for instruction. You can implement it in any way you want, it is up to your creativity b) Write a function in which you keep asking the user to enter one of the "Comp" strings. You will return the binary code and "a" value for the input string. Keep asking for the next string from the user until the user enters "exit", when you will end the program. c) Example: Please enter a string - A Result: C1 C2 C3 C4 C5 C6 : 110011 ais0 d Test it for 3 different inputs)