4 lines
30 B
Python
4 lines
30 B
Python
|
|
|
||
|
|
|
||
|
|
def log(msg):
|
||
|
|
print(msg)
|