質問編集履歴

1

コードの変更

2021/07/07 08:13

投稿

pomiw0000
pomiw0000

スコア19

test CHANGED
File without changes
test CHANGED
@@ -58,6 +58,8 @@
58
58
 
59
59
 
60
60
 
61
+ ```Python
62
+
61
63
  def func(list, a)
62
64
 
63
65
  for v in list:
@@ -84,6 +86,8 @@
84
86
 
85
87
  b = func(list,a)
86
88
 
89
+ ```
90
+
87
91
 
88
92
 
89
93
  ### 試したこと