Commit fe189a6c by BellCodeEditor

save project

parent 8d27720b
Showing with 24 additions and 2 deletions
'''
设置粗细
设置颜色
转向
u爱知县
花瓣元
转向
画直线
隐藏
展开画布
'''
import turtle as t
t.write("老师好,老师再见,拉屎\n,哈哈还,拉了啊,我要\n去吃大便,太裤\n辣,爱坤#%&……@¥#¥\n%¥¥\n……&¥&)&&¥@#\n!R……………………,蔡徐坤",font=("times",30,"normal"))
t.done
\ No newline at end of file
t.pensize(5)
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
t.hideturtle()
t.done()
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