Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

bellcode / lesson3-4-1_DIY1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 52fd426a authored 2 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 84400964
Hide whitespace changes
Inline Side-by-side
Showing with 18 additions and 1 deletions
  • Paek.py
  • Waed.py
  • Waer.py
Paek.py 0 → 100644
View file @ 52fd426a
import turtle
turtle.fillcloor("blue")
turtle.begin_fill()
turtle.circle(50)
turtle.end_fill()
turtle.forward(90)
turtle.left(120)
turtle.forward(180)
turtle.goto(0,0)
turtle.forward(90)
turtle.right(120)
turtle.forward(180)
turtle.done
This diff is collapsed. Click to expand it.
Waed.py 0 → 100644
View file @ 52fd426a
import-tur
\ No newline at end of file
This diff is collapsed. Click to expand it.
Waer.py
View file @ 52fd426a
...@@ -8,9 +8,11 @@ while True: ...@@ -8,9 +8,11 @@ while True:
if name=usernane and password==usrpassword: if name=usernane and password==usrpassword:
print("登录成功") print("登录成功")
break break
continue
if password!=usrpassword: if password!=usrpassword:
print("登录失败,请重新输入") print("登录失败,请重新输入")
print("你还se'i")sei print("你还剩"+str(i)"次登录次数")
if name!=usenam: if name!=usenam:
priat("登录失败,请重新输入") priat("登录失败,请重新输入")
print("你还剩"str(i)"次登录次数")
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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