Im a student first year and I am trying to read a big report file with the Dictionary class. My report has the following format:
Key=value
Key=value
.
.
.
Now, Dictionary needs 2 inputs for the key and the value, but how am I going to fill this in? I imagine that it works with a loop but I am just too inexperience and how to get some answers here.
It is not a duplicate because I try something different. I want to read .WER reports which already contain the said format. I don't want a already filled Dictionary. I need to fill it.