Commit 077dbaad by BellCodeEditor

save project

parent aa6b1886
Showing with 8 additions and 4 deletions
player=input("请出拳("石头/剪刀/")"
print("")
\ No newline at end of file
username="diy"
userpassword="1256"
name=input("名字")
password=input("密码")
if name==username and password==userpassword:
input("成功")
\ No newline at end of file
......@@ -13,4 +13,4 @@ pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
turtle.done()
tur
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