Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
cnt = 1000
2
3
def
func1():
4
return
2021
5
6
def
func2(pos):
7
global cnt
# グローバル変数 cnt を関数の内部で使う
Callers
1
Code_2_03_1.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected