Commit fbe29213 by BellCodeEditor

save project

parent 0b7042d1
Showing with 14 additions and 3 deletions
i=5 '''i=5
username = "python" username = "python"
useroassword = "123456" useroassword = "123456"
while True: while True:
...@@ -15,4 +15,14 @@ while True: ...@@ -15,4 +15,14 @@ while True:
else: else:
print("密码输入错误,请重新输入") print("密码输入错误,请重新输入")
print("温馨提示,您还有"+str(i)+"次机会") print("温馨提示,您还有"+str(i)+"次机会")
print("欢迎来到贝尔编程") print("欢迎来到贝尔编程")'''
\ No newline at end of file
import turtle
pen=turtle.Pen()
distance=1
for i in range(300):
pen.forward(distance)
distance+=1
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
++ "b/\343\200\202py"
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