回答編集履歴

2

追記

2018/07/04 14:24

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -27,3 +27,31 @@
27
27
  >>>
28
28
 
29
29
  ```
30
+
31
+
32
+
33
+ ### 追記
34
+
35
+ こうするらしい。
36
+
37
+
38
+
39
+ ```python
40
+
41
+ $ python
42
+
43
+ ...(省略)
44
+
45
+ >>> import platform
46
+
47
+ >>> print(platform.python_implementation())
48
+
49
+ CPython
50
+
51
+ ```
52
+
53
+
54
+
55
+ 参考にしたページ(python3系ではそのまま動きません):
56
+
57
+ [How to know if a Python interpreter is a CPython implementation - Quora](https://www.quora.com/How-do-I-know-if-a-Python-interpreter-is-a-CPython-implementation)

1

修正

2018/07/04 14:24

投稿

hayataka2049
hayataka2049

スコア30933

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- とりあえず、pythonと打ち込むといきなり多少情報が出てきます。こんな感じで(環境によって違います。
13
+ とりあえず、pythonと打ち込むといきなり多少情報が出てきます。こんな感じで(環境によって違います
14
14
 
15
15
 
16
16