質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
class date:
|
10
10
|
|
11
|
-
def __init__(self,a
|
11
|
+
def __init__(self,aa,bb,cc):
|
12
12
|
|
13
13
|
self.a=aa
|
14
14
|
|