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