6 lines
45 B
Python
6 lines
45 B
Python
|
|
hello = "world"
|
|
|
|
def test_func():
|
|
pass
|
|
|
hello = "world"
|
|
|
|
def test_func():
|
|
pass
|