mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 00:50:53 +07:00
9 lines
76 B
Plaintext
9 lines
76 B
Plaintext
print("start")
|
|
import foo
|
|
<begin>
|
|
print(foo)
|
|
<end>
|
|
foo.bar
|
|
<result>
|
|
In:
|
|
Out: |