A Dictionary is basically a list of key and value pairs. You can use it to make a mapping of the characters to its replacement. If you know JSON, it is similar to Objects.
Well @WatermelonIce already gave you block.
But if you are using for then you have to use
For I in list : your list
Replace item I
With item in list2
index: of i in list 1
Thanks to all who tried to solve my problem.
And a big thanks to @ WatermelonIce
I watched some tutorials about Dictionary Blocks from Youtube and implement logic which is given by @ WatermelonIce. then i am getting output as i expected. so i want to say @ WatermelonIce and and Dictionary Blocks is very Amazing.