回答編集履歴

1

質問2への追記

2018/02/14 08:12

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -52,6 +52,16 @@
52
52
 
53
53
 
54
54
 
55
+ 追記:モジュール型の型は`type`つまり`<class 'type'>`です。
56
+
57
+ ```python
58
+
59
+ print(type(type(os))) # -> <class 'type'>
60
+
61
+ ```
62
+
63
+
64
+
55
65
  # 質問③への(未)回答
56
66
 
57
67