Commit aa3c776d authored by lixiaofang's avatar lixiaofang

add

parent 23981d08
......@@ -17,8 +17,6 @@ def write_id_file():
data2.write(str(i.strip()))
data2.write("\n")
user_ids.append(int(i))
print(user_ids)
return user_ids
except:
......@@ -34,6 +32,8 @@ if __name__ == "__main__":
lenn = len(user_ids)
print(lenn)
random = []
for i in range(lenn % 2):
......
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