Python Variables (Theory of Python) (Python Tutorial)

preview_player
Показать описание
Although there isn't much use for variables yet, we do use variables quite a bit in Python code. This video covers what variables are, how they are used. It covers names and namespaces, and the global scope. It also covers how to assign, access, delete and modify variables.

Thank you!
Рекомендации по теме
Комментарии
Автор

++rating for suggesting people not change the data types of variables during the run of a program this early in the series.

jvsnyc
Автор

u are doing great work by making tutorial vedio playlist thanxxx for this from bottom of my heart

vrushabhpatil
Автор

By saying that a “value is reference to an object”, does it mean that it is similar to a pointer in C? If so, why do I get b = 3 and a = 2 when I assign b = a = 2 and then increment b += 1.

eracless
visit shbcf.ru