Commit 46d400c5 by BellCodeEditor

save project

parent fe189a6c
Showing with 10 additions and 2 deletions
...@@ -9,6 +9,7 @@ u爱知县 ...@@ -9,6 +9,7 @@ u爱知县
隐藏 隐藏
展开画布 展开画布
''' '''
'''
import turtle as t import turtle as t
t.write("老师好,老师再见,拉屎\n,哈哈还,拉了啊,我要\n去吃大便,太裤\n辣,爱坤#%&……@¥#¥\n%¥¥\n……&¥&)&&¥@#\n!R……………………,蔡徐坤",font=("times",30,"normal")) t.write("老师好,老师再见,拉屎\n,哈哈还,拉了啊,我要\n去吃大便,太裤\n辣,爱坤#%&……@¥#¥\n%¥¥\n……&¥&)&&¥@#\n!R……………………,蔡徐坤",font=("times",30,"normal"))
t.pensize(5) t.pensize(5)
...@@ -22,5 +23,11 @@ t.circle(50,180) ...@@ -22,5 +23,11 @@ t.circle(50,180)
t.forward(100) t.forward(100)
t.hideturtle() t.hideturtle()
t.done() t.done()
'''
import turtle as t
t.pensize(10)
t.pencolor("green")
for i in range:
t.forward(100)
t.right(90)
t.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