Concept Flow - Global keyword behavior
Start
Define global variable
Enter function
Use 'global' keyword
Access/modify global variable
Exit function
Global variable updated
End
This flow shows how a global variable is defined outside a function, then accessed and modified inside a function using the 'global' keyword.