pocketpy/tests/00_tmp.py
2024-07-14 12:49:29 +08:00

7 lines
108 B
Python

# dict delete test
data = []
j = 6
for i in range(65535):
j = ((j*5+1) % 65535)
data.append(str(j))