質問編集履歴

1

指摘された点の修正

2021/12/13 08:43

投稿

Ackngawe.-
Ackngawe.-

スコア27

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  while i < N-1:
40
40
 
41
- print('i{},x{},t{}',format(i.x.t))
41
+ print('i{},x{},t{}'.format(i.x.t))
42
42
 
43
43
  k_1 = h * f(x[i],t[i])
44
44