Oct-16-2017, 01:44 AM
Thanks @Larzo60+!
That did the trick.
Any idea on how to print the dictionary keys and values in columns inside the __str__ method?
With the way my code is written now the output I get is:
Keys Values
dict_keys([]) dict_values([])
That did the trick.
Any idea on how to print the dictionary keys and values in columns inside the __str__ method?
With the way my code is written now the output I get is:
Keys Values
dict_keys([]) dict_values([])