6 lines
48 B
Python
6 lines
48 B
Python
print("hello")
|
|
|
|
def foo():
|
|
pass
|
|
|
|
CONST = 123 |