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

bellcode / lesson3-1-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 25d7243b authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 376cd22b
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 59 deletions
  • ddd.py
  • diy1.py
  • dksjdlksja
  • hhh.py
  • ppt.py
  • ttt.py
  • xxx.py
ddd.py deleted 100644 → 0
View file @ 376cd22b
i=3
R_name="cjc09"
R_password="ftoe"
while True:
if i>0
name=input("请输入用户名")
password=input("请输入用户密码")
if R_name==name and R_password==password:
break
if R_name!=name:
print("用户名输入错误,请重试")
continue
if R_password!=password:
print("用户密码输入错误,请重试")
continue
print("登陆成功")
\ No newline at end of file
This diff is collapsed. Click to expand it.
diy1.py deleted 100644 → 0
View file @ 376cd22b
import turtle # 利用write()帮助悟空给诺依回信吧~
# pen=turtle.Pen()
# pen.write("你好啊!",font=("Times",30,"normal"))
# turtle.done()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.turtle.hide
turtle.down
\ No newline at end of file
This diff is collapsed. Click to expand it.
dksjdlksja deleted 100644 → 0
View file @ 376cd22b
This diff is collapsed. Click to expand it.
hhh.py 0 → 100644
View file @ 25d7243b
message=[6,7,8,9,0]
for i in message:
print(i)
\ No newline at end of file
This diff is collapsed. Click to expand it.
ppt.py deleted 100644 → 0
View file @ 376cd22b
R_name="cjc09"
R_password="ftoe"
while True:
name=input("请输入用户名")
password=input("请输入用户密码")
if R_name==name and R_password==password:
break
if R_name!=name:
print("用户名输入错误,请重试")
continue
if R_password!=password:
print("用户密码输入错误,请重试")
continue
print("登陆成功")
\ No newline at end of file
This diff is collapsed. Click to expand it.
ttt.py deleted 100644 → 0
View file @ 376cd22b
R_name="cjc09"
R_password="ftoe"
name=input("请输入用户名")
password=input("请输入用户密码")
if R_name==name and R_password==password:
print("登陆成功")
\ No newline at end of file
This diff is collapsed. Click to expand it.
xxx.py deleted 100644 → 0
View file @ 376cd22b
j=3
i=5
print(j,"*",i,"=",j*i)
\ No newline at end of file
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