Skip to content

Commit 3fbfb35

Browse files
committed
fix 0010
1 parent d48a595 commit 3fbfb35

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Jaccorot/0010/0010.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#!/usr/bin/python
22
#coding=utf-8
33

4+
"""
5+
6+
第 0010 题:使用 Python 生成字母验证码图片
7+
8+
"""
9+
410
from PIL import Image, ImageDraw, ImageFont, ImageFilter
511
import random
612

0 commit comments

Comments
 (0)