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

Publicado el: 21 abril 2021
en el 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


En esta página del sitio puede ver el video en línea Python Variables You Should Know! | Variable Names | Variable Types de Duración hora minuto segunda en buena calidad , que subió el usuario NetworkShip 21 abril 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 523 veces y le gustó 10 a los espectadores. Disfruta viendo!