質問編集履歴

2

本文修正

2020/09/11 07:38

投稿

ITOMO5963
ITOMO5963

スコア98

test CHANGED
File without changes
test CHANGED
@@ -44,11 +44,11 @@
44
44
 
45
45
  def main():
46
46
 
47
- python_module.module01.test()
47
+ module.module01.test()
48
48
 
49
- python_module.module02.test()
49
+ module.module02.test()
50
50
 
51
- python_module.module03.test()
51
+ module.module03.test()
52
52
 
53
53
 
54
54
 

1

本文修正

2020/09/11 07:38

投稿

ITOMO5963
ITOMO5963

スコア98

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,10 @@
1
+ #実現したいこと
2
+
1
- #自作モジュールをimportする際、アスタリスクを使えないのでしょうか?。
3
+ 自作モジュールをimportする際、アスタリスクを使えないのでしょうか?。
2
4
 
3
5
  エラーが出力される。
6
+
7
+ お力沿いお願いいたします。
4
8
 
5
9
 
6
10