Files
2022-07-26 13:17:54 +00:00

10 lines
78 B
Python

import a
import b
# comment 1
# comment 2
# comment 3
import c
print(a, c)
b