For the problem statement you can refer to : https://www.geektrust.in/coding-problem/backend/tame-of-thrones
Python 3.7 and above
The file containing the kingdoms and their respective emblem is "kingdoms.txt" Each line as new kingdom and its emblem in the format "kingdom_name emblem"
The file containing the sender is "sender.txt"
To run the unittests run the following command:
$ python -m unittestOR
$ python3 -m unittestTo run the program run the following command:
python -m geektrust <absolute_path_to_input_file>OR
python3 -m geektrust <absolute_path_to_input_file>