diff --git a/diy1.py b/diy1.py index 05704d8..06d7e3d 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,10 @@ -# 利用write()帮助悟空给诺依回信吧~ \ No newline at end of file +#利用write()帮助悟空给诺依回信吧 +#导入 画图 模 +# import turtle +# pen=turtle.Pen() +# pen.write("嘻嘻嘻嘻嘻嘻嘻",font=('宋体',32,'normal')) +# turtle.done() +# import turtle +# pen1=turtle.Pen() +# pen1.circle(-50) +# turtle.done()