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
In questa pagina del sito puoi guardare il video online Python Variables You Should Know! | Variable Names | Variable Types della durata di ore minuti seconda in buona qualità , che l'utente ha caricato NetworkShip 21 aprile 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 523 volte e gli è piaciuto 10 spettatori. Buona visione!