MCPcopy Create free account
hub / github.com/E869120/math-algorithm-book / func1

Function func1

codes/python/Code_2_03_1.py:3–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1cnt = 1000
2
3def func1():
4 return 2021
5
6def func2(pos):
7 global cnt # グローバル変数 cnt を関数の内部で使う

Callers 1

Code_2_03_1.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected