Top Categories

Python Tutorial: Variable Scope - Understanding the LEGB rule and global/nonlocal statements
  • Category: Information Technology
  • Sub Category: Web Development
  • Variable Scope
  • Python Scope
  • Local Variable
  • Builtin
  • python tutorials
  • Global
  • Python Tutorial
  • Python
  • Nonlocal
  • built-ins
No Views
In this Python Tutorial, we will be going over variable scope in Python. Scope is important because we need to understand it in just about every program we write. It allows us to understand where our variables can be seen from within our program and also what values these variables hold. It also hel

Comments

You Might Be Interested In