MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / subf

Function subf

01_numbers/python/scope.py:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 global global_variable
7 local_variable = 2
8 def subf():
9 print("local", local_variable)
10 print("global", global_variable)
11 enclosed_variable = 3
12 #local_variable = 5
13 subf()
14 #print("enclosed", enclosed_variable)
15 global_variable = 9

Callers 1

fFunction · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected