Numbers

Number data types store numeric values. They are immutable data types. This means, changing the value of a number data type results in a newly allocated object.
Number objects are created when you assign a value to them. For example −

var1 = 1
var2 = 10

Comments

Popular posts from this blog

What Is Python

Date and Time