Files

10 lines
100 B
Plaintext

def foo():
print("start")
<begin>
import foo
<end>
foo.bar
<result>
In:
Out:
foo