Skip to content

Commit 47ca519

Browse files
24
1 parent cbd35c1 commit 47ca519

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
Solve Problems in http://www.pythonchallenge.com
33

44
#### 24
5-
result:
5+
result: http://www.pythonchallenge.com/pc/hex/lake.html
6+
```python
7+
import logging
8+
```
9+
- logging helps me to do analyze
10+
```python
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
615

716

817

0 commit comments

Comments
 (0)