update,
This commit is contained in:
10
tunmnlu/task_1/Q1/bundle/test_edge.py
Normal file
10
tunmnlu/task_1/Q1/bundle/test_edge.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import os,sys
|
||||
|
||||
test = []
|
||||
temp = ""
|
||||
with open('./edges.csv','r') as fi:
|
||||
test = list(map(lambda x: x.strip(), fi.readlines()))
|
||||
test = test[1:]
|
||||
|
||||
print(len(test))
|
||||
print(len(set(test)))
|
Reference in New Issue
Block a user