Commit dfa49172 by BellCodeEditor

save project

parent 7135c634
Showing with 13 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧
import turtle
sb = turtle.Pen()
sb.write('春眠不洗脚,\n处处蚊子咬。\n夜来风雨声,\n不知死多少。', font=('Times',20,'normal'))
turtle.done(),mfd., gkrplrlgrjgrjjlfgjfjhtlh,fjhfgkjhkfgjhgklhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
\ No newline at end of file
# sb = turtle.Pen()
# sb.write('春眠不洗脚,\n处处蚊子咬。\n夜来风雨声,\n不知死多少。', font=('Times',20,'normal'))
j = turtle.Pen()
j.pensize(5)
j.pencolor('red')
j.left(45)
j.forward(100)
j.circle(50,180)
j.right(90)
j.circle(50,180)
j.forward(100)
turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment