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
Auf dieser Seite können Sie das Online-Video Python Variables You Should Know! | Variable Names | Variable Types mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer NetworkShip 21 April 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 523 Mal angesehen und es wurde von 10 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!