Python Tutorial for Beginners Full Course 3 - Numbers Data Type in Python 3 Programming

Publié le: 22 décembre 2020
sur la chaîne: Analytics and Tracking
19
1

#PythonTutorial for Beginners Full Course 3 - #Numbers #DataType in Python 3 #Programming
Python Numbers
Number data types store numeric values. Number objects are created when you assign a value to them. For example −

var1 = 1
var2 = 10
You can also delete the reference to a number object by using the del statement. The syntax of the del statement is −

del var1[,var2[,var3[....,varN]]]]
You can delete a single object or multiple objects by using the del statement. For example −

del var
del var_a, var_b
Python supports four different numerical types −

int (signed integers)
long (long integers, they can also be represented in octal and hexadecimal)
float (floating point real values)
complex (complex numbers)


Sur cette page du site, vous pouvez voir la vidéo en ligne Python Tutorial for Beginners Full Course 3 - Numbers Data Type in Python 3 Programming durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Analytics and Tracking 22 décembre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 19 fois et il a aimé 1 téléspectateurs. Bon visionnage!