Python使用turtle库,绘制“吴可”两个字

具体步骤老师没有教,让我们自己打,一窍不通。


from turtle import *
write('陈可',font=("Arial Narrow",34,"normal"))
done()

img

请看