質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,13 +42,13 @@
|
|
42
42
|
|
43
43
|
graph_id = 'Test'
|
44
44
|
|
45
|
-
|
45
|
+
ability = ["Z1", "Z2", "Z3", "A1", "A2", "A3", "B1",
|
46
|
-
|
46
|
+
|
47
|
-
"B2", "B3", "C1", "C2", "C3", "D1", "D2", "D3"]
|
47
|
+
"B2", "B3", "C1", "C2", "C3", "DD1", "DD2", "DD3"]
|
48
|
-
|
49
|
-
|
50
|
-
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
-
lists = [['Question'+str(random.randint(1, 10)), random.choice(
|
51
|
+
lists = [['Question'+str(random.randint(1, 10)), random.choice(ability),
|
52
52
|
|
53
53
|
random.randint(0, 1)] for j in range(100)]
|
54
54
|
|