Commit b7c55c8f by BellCodeEditor

save project

parent 38f5ab6c
Showing with 8 additions and 1 deletions
...@@ -5,7 +5,7 @@ screen.bgcolor("pink") ...@@ -5,7 +5,7 @@ screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(30,-200) pen.goto(30,-200)
pen.write("赋得古原草送别 \n [唐]白居易 \n 离离原上草, \n 一岁一枯荣。 \n 野火烧不尽, \n 出风吹又生。 \n 远芳侵古道, \n 晴翠接荒城。 \n 又送王孙去, \n 萋萋满别情。",font=("Times",15,"normal")) pen.write("赋得古原草送别 \n [唐]白居易 \n 离离原上草, \n 一岁一枯荣。 \n 野火烧不尽, \n 出风吹又生。 \n 远芳侵古道, \n 晴翠接荒城。 \n 又送王孙去, \n 萋萋满别情。",font=("Times",15,"normal"))
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
pen1.pencolor("red") pen1.pencolor("red")
......
username = '张武子琛'
userpassword = '18951641147'
name = input("用户名:")
password = input("密码:")
if username == name and userpassword == password:
print("登录成功!")
\ 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