Question: Reverse engineer an input sequence Parancters : soq . list of strings Returns: list of values corresponding to each letter present in the sequences (

Reverse engineer an input sequence Parancters : soq . list of strings Returns: list of values corresponding to each letter present in the sequences ( smallest possible values) (in alphabetical order) Example usc 392 reverse_engineer( "a", "ab", "c' 5. "ab" "ac" [2. 4, 5] Pap reverse_engineer( ["b", "bc", "ab", "bo", "b", "abc", "b"]] [3, 1, 2] app reverse_engineer( "a", "b", "d", "", "a", "ab"]} [6, 9, 11, 18] "ed' "CC . "CC'. 'd "'d ca nce' 'od' "CC', 'b' "0' "6d' 'Ce", 'c'11 [17, 23, 3, 7, 6, 91] # Your code here. Don't change anything above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
