Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нем неправильно. Необходимо обновить браузер или попробовать использовать другой.
The setattr() function is used to dynamically assign or modify the attribute of an object in Python. It allows you to set the value of an attribute by specifying its name as a string, which can be particularly useful when the attribute name is determined at runtime.