We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd35c1 commit 47ca519Copy full SHA for 47ca519
1 file changed
README.md
@@ -2,7 +2,16 @@
2
Solve Problems in http://www.pythonchallenge.com
3
4
#### 24
5
-result:
+result: http://www.pythonchallenge.com/pc/hex/lake.html
6
+```python
7
+import logging
8
+```
9
+- logging helps me to do analyze
10
11
+import constant
12
13
+- I put big size array in my custom constant.py, and i can import it
14
+- the author uses "latin1" Charset
15
16
17
0 commit comments