Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ fun
Function
fun
Chapter 12/09_global.py:3–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
a = 89
2
3
def
fun():
4
# global a
5
a = 3
6
print(a)
7
8
9
fun()
Callers
1
09_global.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected