I am new to Python and using Python 2.7 on Windows I am using Astropy library, but when I want to view an attribute on the following class:
>>> astropy.cosmology.FlatLambdaCDM.Ok0
it returns:
<property object at 0x7fa2c7e206d8>
Same for other attributes on that object. How do I access the numerical values?