Variable Scope In Python

preview_player
Показать описание
Learn how variable scope works in python in under 30 seconds!
If a variable is declared inside of a function, it can only he used inside of that function because it has local scope to that function. If a variable is declared outside of your functions, it has global scope and can be used everywhere in your code.

#python #pythonscope #variablescope #global #local #pythonprogramming #learntocodepython #pythontutorialforbeginners #howtopython #computerscience #computerengineering #code #coding #programming #pythoncode #pythonfunction #pythonfunctions #pythonvariables #variablesinpython #variables
Рекомендации по теме