verdictpicked dog (first-offered)
· classifierA
· tiernone
response (200 chars)
Looks like Python's `global` keyword! Here's how it works:
```python
dog = "Rex"
def rename():
global dog # refer to the module-level variable
dog = "Buddy" # modifies the glo