Dictionary two_factor_login contains three key-value pairs, each representing an authentication code sent to an email address. Read an authentication code from input. Then, output the corresponding email address from two_factor_login. Finally, delete that pair from two_factor_login. In Python.