Commit be49f999 by BellCodeEditor

save project

parent 1fb359cd
Showing with 11 additions and 2 deletions
username='phyon'
userpasswork='123456'
name="请输入用户名字"
passwork="请输入密码"
if username==name and userpasswork==passwork:
input("登入成功")
\ No newline at end of file
...@@ -12,4 +12,6 @@ p.fillcolor("red") ...@@ -12,4 +12,6 @@ p.fillcolor("red")
p.begin_fill() p.begin_fill()
p.circle(len,360,3) p.circle(len,360,3)
p.end_fill() p.end_fill()
p.circle() p.circle(len,60)
\ No newline at end of file p.begin_fill()
p.circle(len,360,)
\ 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