質問編集履歴

1

情報追加

2018/11/17 07:12

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,18 @@
1
1
  以下の記事を参考にし、Pythonの環境構築を行いました。
2
+
3
+
4
+
5
+ VS Code構築手順
6
+
7
+ https://www.sejuku.net/blog/40607#Python
8
+
9
+
10
+
11
+ Anaconda で Python 環境をインストールする
12
+
13
+ https://qiita.com/t2y/items/2a3eb58103e85d8064b6#anaconda-%E3%81%A8%E3%81%AF-
14
+
15
+
2
16
 
3
17
  VS Codeで以下のhelloworld.pyを実行したところ、エラーが発生しました。
4
18