回答編集履歴
1
参考URL追加
answer
CHANGED
@@ -6,4 +6,6 @@
|
|
6
6
|
"""
|
7
7
|
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\'()*+,-./:;<=>?@[\]^_`{|}~ \t\n\r\x0b\x0c'
|
8
8
|
"""
|
9
|
-
```
|
9
|
+
```
|
10
|
+
#### 参考:
|
11
|
+
[python - repr(object)](https://docs.python.jp/3/library/functions.html#repr)
|