質問編集履歴

3

初心者アイコンというものがあることを知りましたので追加

2019/02/04 04:19

投稿

binary2
binary2

スコア24

test CHANGED
File without changes
test CHANGED
File without changes

2

コード用マークダウンの記載変更

2019/02/04 04:19

投稿

binary2
binary2

スコア24

test CHANGED
File without changes
test CHANGED
@@ -22,9 +22,9 @@
22
22
 
23
23
 
24
24
 
25
+ `__init__.py`
25
26
 
26
-
27
- ```init
27
+ ```python
28
28
 
29
29
  from . import HelloWorld
30
30
 
@@ -32,7 +32,9 @@
32
32
 
33
33
 
34
34
 
35
- ```HelloWorld
35
+ `HelloWorld`
36
+
37
+ ```python
36
38
 
37
39
  class HelloWorld:
38
40
 
@@ -52,7 +54,9 @@
52
54
 
53
55
 
54
56
 
57
+ `test.py`
58
+
55
- ```HelloWorld
59
+ ```python
56
60
 
57
61
  from .src import HelloWorld #ここが分からないです
58
62
 

1

実行方法を記載

2019/02/04 04:13

投稿

binary2
binary2

スコア24

test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,20 @@
70
70
 
71
71
  ### 発生している問題・エラーメッセージ
72
72
 
73
+
74
+
75
+ 実行方法は
76
+
77
+ 1,anacondaのrootからopen terminalからコマンドラインを起動
78
+
79
+ 2.パスを,c:\python\testsに移動
80
+
81
+ 3.コマンドを,python test.py
82
+
83
+ と実行しております.
84
+
85
+
86
+
73
87
  以下のエラーメッセージが表示されます.
74
88
 
75
89
  ```