Skip to content

Commit fecefc3

Browse files
start 8
1 parent 1c910e6 commit fecefc3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

8.py

Whitespace-only changes.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# pythonchallenge
22
Solve Problems in http://www.pythonchallenge.com
33

4+
#### 8
5+
result:
6+
47
#### 7
58
result: http://www.pythonchallenge.com/pc/def/integrity.html
69
```
710
from PIL import Image
811
```
9-
use PIL module to find the block's pixel with getpixel, then use chr() to translate the code
12+
use PIL module to find the block's pixel with getpixel(), then use chr() to translate the code
1013

1114
#### 6
1215
result: http://www.pythonchallenge.com/pc/def/oxygen.html

0 commit comments

Comments
 (0)