Commit 8f6945a9 by BellCodeEditor

save project

parent 6f63fb42
Showing with 8 additions and 1 deletions
username = "python"
userpassword = "120346"
name=input("请输入你的账号:")
password=input("请输入你的密码:")
if username==name and userpassword==password:
print("登录成功!")
\ No newline at end of file
import turtle
screen=turtle.screen()
screen=turtle.Screen()
pen=turtle.Pen()
size=screen.textinput("提示","你想要多大的魔法阵呀?")
size=int(size)
......
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