Approach to solving the Problem:
- First, iterating over the list of dictionary 'question'.
- After that according to the JSON instruction input is taken from the user and appropriate out is printed on the console.
- The system is developed in Python3.5 or higher version of Python interpreter.
To execute, execute command on terminal
python automated_response_system.py
To change the path of the input file open the automated_response_system.py and edit this line
#change the path here
with open('json/assignment_1_input_2.json') as file: