Commit 9704f60e authored by lixiaofang's avatar lixiaofang

a

parent 53e387ac
......@@ -34,6 +34,7 @@ if __name__ == "__main__":
randoms_id = []
print(user_ids)
for i in range(int(lenn/2)):
rand_num = random.randint(0, len(user_ids)-1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment