Local variables: Python functions define a scope for variables

Publicado el: 11 octubre 2023
en el canal de: PatchyPython
12
0

Variables defined within a Python function are by default local to the function, so that function code does not interfere with global variables. This allows you to have variables with the same name in the main program and in a function. Variables local to the function will "mask" global variables while the function is executed. Local variables are then mopped up when the function returns, and cannot be accessed from outside the function. Check out the notebooks linked below for more information on functions in Python.

Embedded video, part of the following courses:
Computer Programming at Queen Mary, University of London
Jupyter notebook: https://tinyurl.com/42ttakps
Coding for Scientists at Queen Mary, University of London
Jupyter notebook: https://tinyurl.com/5hav5u8m

Notebooks will open on Google Colab - no installation required


En esta página del sitio puede ver el video en línea Local variables: Python functions define a scope for variables de Duración hora minuto segunda en buena calidad , que subió el usuario PatchyPython 11 octubre 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 12 veces y le gustó 0 a los espectadores. Disfruta viendo!