質問編集履歴
1
q2➡q
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
```Python
|
54
54
|
|
55
|
-
def q
|
55
|
+
def q(num):
|
56
56
|
|
57
57
|
service = np.random.exponential(3.0, 2)
|
58
58
|
|