MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 09_global.py

File 09_global.py

Chapter 12/09_global.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1a = 89
2
3def fun():
4 # global a

Callers

nothing calls this directly

Calls 1

funFunction · 0.85

Tested by

no test coverage detected