Searching data in the JSON File and displaying it using Python
I have a JSON at 'https://api.exchangerate.host/symbols' having data in the form 'symbols': {'AED': {'code': 'AED', 'description': 'United Arab Emirates Dirham'}, 'AFN': {'code': 'AFN', 'description': 'Afghan Afghani'}, .......... In following program, I am unable fix the bug to get may desired…