質問編集履歴
4
コマンドライン上でのテスト
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,8 +36,14 @@
|
|
36
36
|
|
37
37
|
コマンドライン上でimport structのテストをしたところ以下のように表示され,おそらく機能しているようでした.
|
38
38
|
|
39
|
+
|
40
|
+
|
41
|
+
```
|
42
|
+
|
39
43
|
>>> import struct
|
40
44
|
|
41
45
|
>>> struct.pack("i",34)
|
42
46
|
|
43
47
|
b'"\x00\x00\x00'
|
48
|
+
|
49
|
+
```
|
3
コマンドライン上でのテスト追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,3 +31,13 @@
|
|
31
31
|
pip 19.3.1 (c:\users(user名)\appdata\local\programs\python\python38-32\lib\site-packages\pip)
|
32
32
|
|
33
33
|
visual studio 2015
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
コマンドライン上でimport structのテストをしたところ以下のように表示され,おそらく機能しているようでした.
|
38
|
+
|
39
|
+
>>> import struct
|
40
|
+
|
41
|
+
>>> struct.pack("i",34)
|
42
|
+
|
43
|
+
b'"\x00\x00\x00'
|
2
バージョン情報を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
-
###### バージョン
|
27
|
+
###### バージョン
|
28
28
|
|
29
29
|
Python 3.8.0
|
30
30
|
|
1
バージョン情報を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,3 +21,13 @@
|
|
21
21
|
https://tech.pjin.jp/blog/2017/02/28/python-primer-18/
|
22
22
|
|
23
23
|
に従って設定しています.
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
###### バージョン h6
|
28
|
+
|
29
|
+
Python 3.8.0
|
30
|
+
|
31
|
+
pip 19.3.1 (c:\users(user名)\appdata\local\programs\python\python38-32\lib\site-packages\pip)
|
32
|
+
|
33
|
+
visual studio 2015
|