We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48a595 commit 3fbfb35Copy full SHA for 3fbfb35
1 file changed
Jaccorot/0010/0010.py
@@ -1,6 +1,12 @@
1
#!/usr/bin/python
2
#coding=utf-8
3
4
+"""
5
+
6
+第 0010 题:使用 Python 生成字母验证码图片
7
8
9
10
from PIL import Image, ImageDraw, ImageFont, ImageFilter
11
import random
12
0 commit comments