Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
7いいね 71回再生

10. Datatypes in Python #python #beginners #pythoncertification #coding #education #course

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

Subscribe for more Python tutorials like this :
youtube.com/@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

コメント