質問編集履歴

3

2021/10/01 06:32

投稿

Shijimi66
Shijimi66

スコア1

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  エラーメッセージ
22
22
 
23
-  PS C:\Users\164620> & C:/Users/164620/AppData/Local/Programs/Python/Python36-32/python.exe c:/BoxDrive/Box/AI/教育/Python/python_sample/hello.py
23
+  PS C:\Users> & C:/Users/AppData/Local/Programs/Python/Python36-32/python.exe c:/BoxDrive/Box/AI/教育/Python/python_sample/hello.py
24
24
 
25
25
 
26
26
 

2

2021/10/01 06:32

投稿

Shijimi66
Shijimi66

スコア1

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,9 @@
1
+ VS Codeを用いてプログラムを実行しようとしたところ、動作しませんでした。
2
+
3
+ 以前は動作していたのですが、久々に開いたところ、実行ボタンを押しても実行しません。
4
+
5
+
6
+
1
7
  使用言語
2
8
 
3
9
  Python
@@ -6,10 +12,36 @@
6
12
 
7
13
  コード
8
14
 
9
-
15
+ msg='Hello World'
16
+
17
+ print(msg)
10
18
 
11
19
 
12
20
 
13
- ```VS Codeを用いてプログムを実行しようとしたところ、動作しませんでした。
21
+ ーメッセージ
14
22
 
23
+  PS C:\Users\164620> & C:/Users/164620/AppData/Local/Programs/Python/Python36-32/python.exe c:/BoxDrive/Box/AI/教育/Python/python_sample/hello.py
24
+
25
+
26
+
27
+ 発生場所 行:1 文字:93
28
+
29
+
30
+
31
+ + ... /Programs/Python/Python36-32/python.exe c:/BoxDrive/Box/A ...
32
+
33
+
34
+
35
+ +                                                                  ~
36
+
37
+
38
+
39
+ 参照演算子の後にプロパティ名がありません。
40
+
41
+
42
+
43
+     + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
44
+
45
+
46
+
15
- 以前は動作していたのですが、久々に開いたところ、実行ボタンを押しても実行しません。
47
+     + FullyQualifiedErrorId : MissingPropertyName

1

2021/10/01 06:31

投稿

Shijimi66
Shijimi66

スコア1

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,15 @@
1
+ 使用言語
2
+
3
+ Python
4
+
5
+
6
+
7
+ コード
8
+
9
+
10
+
11
+
12
+
1
- VS Codeを用いてプログラムを実行しようとしたところ、動作しませんでした。
13
+ ```VS Codeを用いてプログラムを実行しようとしたところ、動作しませんでした。
2
14
 
3
15
  以前は動作していたのですが、久々に開いたところ、実行ボタンを押しても実行しません。