Python Variables You Should Know! | Variable Names | Variable Types

Publicado em: 21 Abril 2021
no canal de: NetworkShip
523
10

There are variables in Python programming that are sued as containers to store data values. We can assign a number, a list, a tuple etc. to Python variables. In this lesson, we will focus on how to use these variables of Python.

Below, you can fidn an example of different variables:

a = 5
b = "John"
abc = {1,2,3,4,5}
mylist = ["x","yy","zzz"]

print(a)
print(b)
print(abc)
print(mylist)

The output of this python code is :

5
John
{1, 2, 3, 4, 5}
['x', 'yy', 'zzz']

Python Variables and Data Types are the basic lessons of python.

To learn more, you can watch the video and visit IPCisco.com python programming course.
.
Text Lesson: https://ipcisco.com/lesson/python-var...
Full Python Course: https://ipcisco.com/course/python-pro...
.

Social Media:
**********************************************************
Twitter:  / ip_cisco  
Instagram:   / ipcisco  
Linkedin:   / 35447286  
Facebook:   / ipcisco  
Pinterest:   / ipcisco  
**********************************************************
.
#pythonvariables #pythonlearning #pythonprogramming #python3 #python #pythoncourse #freepythoncourse


Nesta página do site você pode assistir ao vídeo on-line Python Variables You Should Know! | Variable Names | Variable Types duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário NetworkShip 21 Abril 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 523 vezes e gostou 10 espectadores. Boa visualização!