4 lines
37 B
Python
4 lines
37 B
Python
SIZE = 1000
|
|
buckets = [None] * SIZE
|
|
|
SIZE = 1000
|
|
buckets = [None] * SIZE
|
|
|