We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c910e6 commit fecefc3Copy full SHA for fecefc3
8.py
README.md
@@ -1,12 +1,15 @@
1
# pythonchallenge
2
Solve Problems in http://www.pythonchallenge.com
3
4
+#### 8
5
+result:
6
+
7
#### 7
8
result: http://www.pythonchallenge.com/pc/def/integrity.html
9
```
10
from PIL import Image
11
-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
13
14
#### 6
15
result: http://www.pythonchallenge.com/pc/def/oxygen.html
0 commit comments