4 lines
42 B
Python
4 lines
42 B
Python
|
|
|
||
|
|
def init():
|
||
|
|
global data
|
||
|
|
data = []
|