回答編集履歴

2

Fix code

2020/07/10 13:51

投稿

y_shinoda
y_shinoda

スコア3272

test CHANGED
@@ -13,8 +13,6 @@
13
13
  print("{0}を量った時間は{2}です。".format(*line))
14
14
 
15
15
  tiedot.close()
16
-
17
- return None
18
16
 
19
17
 
20
18
 

1

Fix code

2020/07/10 13:51

投稿

y_shinoda
y_shinoda

スコア3272

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  print("{0}を量った時間は{2}です。".format(*line))
14
14
 
15
- tiedot.close()
15
+ tiedot.close()
16
16
 
17
17
  return None
18
18