Commit c4c994e9 by BellCodeEditor

save project

parent 4db7103f
Showing with 12 additions and 2 deletions
import random
import random
......@@ -6,7 +6,7 @@ screen.bgcolor('blue')
pen=turtle.Pen()
pen.penup()
pen.goto(100,-150)
pen.write("\n怕鬼\n不怕鬼\n我不怕鬼",font=('Times',30,"normal"))
pen.write("Mum\nI\nlove\nyou",font=('Times',len,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor('red')
......
usenamename='guohanzhe'
usenamename='guohanzhe'
password='666666'
while True:
name=input('请输入你的账号')
word=input('请输入你的密码')
if name==usenamename and word==password:
print('登录成功')
break
\ 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