value
Returns the value of this field. The Field
class itself returns the value as a string, but each subclass returns the value in the most appropriate form:
1 2 | >>> city[ 'Population' ].value 102121 |
value
Returns the value of this field. The Field
class itself returns the value as a string, but each subclass returns the value in the most appropriate form:
1 2 | >>> city[ 'Population' ].value 102121 |
Designed by : w10schools
service@w10schools.com
Please login to continue.