Commit 9c745189 by BellCodeEditor

save project

parent 2839a0f2
Showing with 7 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("你好呀,我是你爷爷",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
username="pyton"
userpassword="12341234"
name=input("请输入名字")
password=input("请输入密码")
if name==username and password==userpassword:
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