Closed StrangerZiokan closed 4 years ago
It is showing a key error for the code for 'DEF'
I tried to print the key, and realized that it is creating alternating dictionary where 'DEF' is present and absent, I tried to solve it, but in vain.
The issue is solved, the problem was that the last print line was in the inner for loop while it should be in outer. Check the issue #147 for details.
It is showing a key error for the code for 'DEF'
I tried to print the key, and realized that it is creating alternating dictionary where 'DEF' is present and absent, I tried to solve it, but in vain.