質問編集履歴

2

再度修正しました

2021/11/30 11:55

投稿

yuki_chanman55
yuki_chanman55

スコア1

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,9 @@
22
22
 
23
23
 
24
24
 
25
+ ```
26
+
25
- ```class Car:
27
+ class Car:
26
28
 
27
29
  """自動車を表すシンプルな実装れい"""
28
30
 

1

コードボタンで変更修正しました。

2021/11/30 11:55

投稿

yuki_chanman55
yuki_chanman55

スコア1

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- class Car:
25
+ ```class Car:
26
26
 
27
27
  """自動車を表すシンプルな実装れい"""
28
28
 
@@ -88,7 +88,9 @@
88
88
 
89
89
  my_tesla=ElectricCar('tesla','model s',2019)
90
90
 
91
- print(my_tesla.get_descrirtive_name())
91
+ print(my_tesla.get_descrirtive_name())ここに言語を入力
92
+
93
+ ```
92
94
 
93
95
 
94
96