回答編集履歴

1

追記

2019/01/27 04:43

投稿

quickquip
quickquip

スコア11038

test CHANGED
@@ -3,3 +3,21 @@
3
3
  `-v`は`verbose (trace import statements)`という、importの詳細を表示するオプション。
4
4
 
5
5
  `>>>`は対話環境のプロンプト。
6
+
7
+
8
+
9
+ ----
10
+
11
+ `python -h`の抜粋。
12
+
13
+ ```
14
+
15
+ -v : verbose (trace import statements); also PYTHONVERBOSE=x
16
+
17
+ can be supplied multiple times to increase verbosity
18
+
19
+ -V : print the Python version number and exit (also --version)
20
+
21
+ when given twice, print more information about the build
22
+
23
+ ```