10. Datatypes in Python

Publié le: 10 août 2023
sur la chaîne: Practice Code Online
71
7

Looking from basics to learn Python better ? This is a right course for you

Subscribe for more Python tutorials like this :
   / @practicecodeonline  

Python tutorials from basics (free certification course):
   • Python full Utlimate course for Beginners ...  

Python Exercises for beginners :
   • Python Basic Programs latest for interview...  

Python is one of the most demanded programming languages in the job market. Surprisingly, it is equally easy to learn and master Python. This python tutorial for absolute beginners will focus on teaching you python concepts from the ground up.
Concepts:

Access the playlist:    • Python full Utlimate course for Beginners ...  

we will learn in these video :
Datatypes in Python
Datatypes are used to define the particular type of value it represents.
String is the data type for textual values.
Integer and Float are data types for numerical values.
Integers are whole numbers without a decimal point. They can be positive, negative or zero. Ex: 1,2….. N
Float is the data type for numbers with decimal places, they can be positive or negative. Ex : 0.3, 1.5, 22.5
The way computers operate with values depends on the data type

print(7+2) #9
print(7.0+2.0) #9.0
print(“7”+”2”) #72

Anything in quotation marks will be treated as a String, even numbers.
When you use the + addition operator with string values the two strings are joined together. This is known as Concatenation.





for practice :    • Python Basic Programs latest for interview...  

#pythonprogramming #pythontutorial #python #pythonprojects #pythonbeginner #pythoncertification #pythontutorial #python3 #pythoncourseforbeginners #learnpython #learnprogramming #learning #learn #education #educational #computerscience #computerknowledge #learnpythonprogramming #learnpythononline #course #pythoncertification #pythondeveloper #pythonbegginer #education #pythonprojects #python编程 #course #onlinecourses #onlinecourse #pythondebugging #python #practicecodeonline #practice #practicecode #practicecodeonline #latest #latestnews #how


Sur cette page du site, vous pouvez voir la vidéo en ligne 10. Datatypes in Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Practice Code Online 10 août 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 71 fois et il a aimé 7 téléspectateurs. Bon visionnage!