sb.py 176 Bytes Edit 1 2 3 4 5 6 7 8 9 #导入模块 import turtle # pen=turtle.Pen() # pen.write("你好呀!",font=("Times",20,"normal")) # turtle.down pen1=turtle.Pen() pen1.circle(50) turtle.down pen1