mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 6dd79b10e56b9e9e2eee76c83d5974dee43446a1
10 lines
78 B
Python
10 lines
78 B
Python
import a
|
|
import b
|
|
# comment 1
|
|
|
|
# comment 2
|
|
# comment 3
|
|
import c
|
|
|
|
print(a, c)
|
|
b |