Commit 3cc5d072 by BellCodeEditor

save project

parent 769244fc
Showing with 46 additions and 2 deletions
...@@ -20,4 +20,48 @@ while T > 0: ...@@ -20,4 +20,48 @@ while T > 0:
if (T>0): if (T>0):
print("欢迎登陆进来!") print("欢迎登陆进来!")
else: else:
print("系统已锁定!") print("系统已锁定!")
\ No newline at end of file
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