PriymakVl
3/8/2020 - 8:29 PM

python type int float bool

python type int float bool


type('string')

int('123')

float('1.3')

str(12)

bool(12)

a.isdigit()