Commit 3cc5d072 by BellCodeEditor

save project

parent 769244fc
Showing with 45 additions and 0 deletions
...@@ -21,3 +21,47 @@ if (T>0): ...@@ -21,3 +21,47 @@ if (T>0):
print("欢迎登陆进来!") print("欢迎登陆进来!")
else: else:
print("系统已锁定!") print("系统已锁定!")
import turtle
p1 = turtle.Pen()
b = 1
while b < 300:
p1.forward(b)
p1.right(91)
b+=1
turtle.dond()
\ 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