6 lines
109 B
Python
6 lines
109 B
Python
|
from __options__ import compile_time_builtins
|
||
|
|
||
|
print('hello world')
|
||
|
|
||
|
print(sum(abs(x) for x in range(-4,4)))
|