Commit 3308741b by BellCodeEditor

save project

parent 84f6243c
Showing with 7 additions and 1 deletions
...@@ -6,7 +6,7 @@ while True: ...@@ -6,7 +6,7 @@ while True:
name = input("请输入用户名:") name = input("请输入用户名:")
if name != username: if name != username:
print("用户名不存在,请重新输入") print("用户名不存在,请重新输入")
print("你还剩"+str(pp)) print("你还剩"+str(pp-1))
pp=pp-1 pp=pp-1
continue continue
password = input("请输入密码:") password = input("请输入密码:")
......
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light white")
colors=["blue","yellow","green","violet"]
diseance
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