回答編集履歴

1

修正

2018/07/31 10:16

投稿

LouiS0616
LouiS0616

スコア35660

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```Python
2
2
 
3
- class test:
3
+ class Test:
4
4
 
5
5
  def func1(self):
6
6
 
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- test = test()
19
+ test = Test()
20
20
 
21
21
  test.func2()
22
22