MCPcopy 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

1a = 89
2
3def fun():
4 # global a
5 a = 3
6 print(a)
7
8
9fun()

Callers 1

09_global.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected