Working with numbers in python

Publicado em: 16 Dezembro 2017
no canal de: Python for Beginners
21
0

Working with numbers in python

Number data types in python store numeric values. They are immutable data types, means that changing the value of a number data type in python results in a newly allocated python object.

Number objects in python are created when you assign a value to them. Each python number cab be deleted by using the del statement.

Python supports four different numerical types are


int (signed integers)

long (long integers )

float (floating point real values)

complex (complex numbers)


Nesta página do site você pode assistir ao vídeo on-line Working with numbers in python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Python for Beginners 16 Dezembro 2017, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 21 vezes e gostou 0 espectadores. Boa visualização!