12 lines
94 B
Python
12 lines
94 B
Python
# flags: --line-length=0
|
|
importA;()<<0**0#
|
|
|
|
# output
|
|
|
|
importA
|
|
(
|
|
()
|
|
<< 0
|
|
** 0
|
|
) #
|