回答編集履歴

3

修正

2021/09/18 08:57

投稿

technocore
technocore

スコア7337

test CHANGED
@@ -32,9 +32,9 @@
32
32
 
33
33
  Type "help", "copyright", "credits" or "license" for more information.
34
34
 
35
- >>> import PIL
35
+ >>> import PIL.Image
36
36
 
37
- >>> PIL.__version__
37
+ >>> PIL.Image.__version__
38
38
 
39
39
  '8.3.2'
40
40
 

2

追記

2021/09/18 08:57

投稿

technocore
technocore

スコア7337

test CHANGED
@@ -43,3 +43,5 @@
43
43
  >いろいろ試したのですがわからない
44
44
 
45
45
  試したことを質問文に書きましょう。
46
+
47
+ 回答者に無駄な回答をさせないようにしてください。

1

追記

2021/09/18 08:54

投稿

technocore
technocore

スコア7337

test CHANGED
@@ -8,6 +8,38 @@
8
8
 
9
9
 
10
10
 
11
+ ```ここに言語を入力
12
+
13
+ $ pip list
14
+
15
+ Package Version
16
+
17
+ ---------- -------
18
+
19
+ Pillow 8.3.2
20
+
21
+ pip 21.2.3
22
+
23
+ setuptools 57.4.0
24
+
25
+
26
+
27
+ $ python
28
+
29
+ Python 3.9.7 (default, Sep 10 2021, 09:37:04)
30
+
31
+ [Clang 12.0.5 (clang-1205.0.22.11)] on darwin
32
+
33
+ Type "help", "copyright", "credits" or "license" for more information.
34
+
35
+ >>> import PIL
36
+
37
+ >>> PIL.__version__
38
+
39
+ '8.3.2'
40
+
41
+ ```
42
+
11
43
  >いろいろ試したのですがわからない
12
44
 
13
45
  試したことを質問文に書きましょう。