I have a dictionary:
{'kind': 'identitytoolkit#GetAccountInfoResponse',
'users': [{'createdAt': '1592641942167',
'email': 'amer.99@gmail.com',
'emailVerified': False,
'lastLoginAt': '1592819446718',
'lastRefreshAt': '2020-06-22T09:50:46.718Z',
'localId': 'xHfdxJ2ALpQwscsoN2Pvf2GTH8E3',
'passwordHash': 'UkVEQUNURUQ=',
'passwordUpdatedAt': 1592641942167,
'providerUserInfo': [{'email': 'amer.99@gmail.com',
'federatedId': 'amer.99@gmail.com',
'providerId': 'password',
'rawId': 'amer.99@gmail.com'}],
'validSince': '1592641942'}]}
I want to print the value for the 'emailVerified'
key, so what do I have to do?