5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
#Function Test
|
|
def foo():
|
|
return
|
|
foo()
|
#Function Test
|
|
def foo():
|
|
return
|
|
foo()
|