質問編集履歴
1
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
|
23
23
|
### 該当のソースコード
|
24
|
-
|
24
|
+
```
|
25
25
|
class IntBag:
|
26
26
|
def __init__(self):
|
27
27
|
self.data=[]
|
@@ -44,10 +44,8 @@
|
|
44
44
|
while i<len(self.data):
|
45
45
|
print(self.data[i],end=' ')
|
46
46
|
i+=1
|
47
|
-
```
|
48
47
|
|
49
48
|
|
50
|
-
|
51
49
|
from d import IntBag
|
52
50
|
|
53
51
|
a=IntBag()
|