The dir() function returns the list of all the returns, all properties and methods of a specific object, without any values.
How to return the values? I try to loop through the list, without success.
As an example, I tried to loop as such:
for attr in dir(results1):
print(results1.attr)