Types of Variable in Python

Описание к видео Types of Variable in Python

What is Variable in Python?

Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in memory which is used in further part of programming.
Based on the data type of a variable, the interpreter allocates memory and decides what can be stored in the reserved memory. Therefore, by assigning different data types to variables, you can store integers, decimals or characters in these variables.
Python is completely object oriented, and not "statically typed". You do not need to declare variables before using them, or declare their type. Every variable in Python is an object.
Types of variable in Python:
1. Integer
2. Float
3. Strings
4. List
5. Tuples
6. Dictionary

#variabletype #pythonvariable #String #Integer #List #Tuples #Dictionary
#Pythonvariabletype #datatypeinpython
*******************************************************************
Did you enjoy the video? If so, give it a like above!

Subscribe to our channel for more techie video
👉 https://www.youtube.com/c/DeepakRai?s...
Keep Learning!! Keep Growing!!

P.S. Make sure to keep up with us by clicking the bell!

Комментарии

Информация по комментариям в разработке