質問編集履歴

2

コード情報不足

2022/05/19 01:10

投稿

libra117
libra117

スコア14

test CHANGED
File without changes
test CHANGED
@@ -6,6 +6,9 @@
6
6
  from a import a_method
7
7
  from b import b_method
8
8
  from c import c_method
9
+
10
+ method_list = ???
11
+ print(method_list)
9
12
  ```
10
13
  出力
11
14
  ```output

1

挨拶追加

2022/05/19 01:09

投稿

libra117
libra117

スコア14

test CHANGED
File without changes
test CHANGED
@@ -11,3 +11,5 @@
11
11
  ```output
12
12
  ["a_method", "b_method", "c_method"]
13
13
  ```
14
+
15
+ よろしくお願い致します。