mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
10 lines
80 B
Plaintext
10 lines
80 B
Plaintext
print("start")
|
|
import foo
|
|
<begin>
|
|
print(foo)
|
|
<end>
|
|
foo.bar
|
|
<result>
|
|
In:
|
|
foo
|
|
Out: |