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 44afe318 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent f44265fd
Hide whitespace changes
Inline Side-by-side
Showing with 28 additions and 8 deletions
  • 123.py
  • 学习
  • 学习v.py
123.py
View file @ 44afe318
while True: # while True:
a=input() # a=input()
b=input() # b=input()
if a=="python" and b=="123456": # if a=="python" and b=="123456":
print("登陆成功") # print("登陆成功")
else: # break
print("登录失败") # else:
\ No newline at end of file # print("登录失败")
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(90)
pen.left(90)
pen.circle(45,180)
pen.left(90)
pen.circle(45,180)
pen.left(90)
pen.forward(90)
pen.hideturtle()
turtle.done()
This diff is collapsed. Click to expand it.
学习 0 → 100644
View file @ 44afe318
++ "b/\345\255\246\344\271\240"
This diff is collapsed. Click to expand it.
学习v.py 0 → 100644
View file @ 44afe318
import random
import random
pen=random.Pen()
pen.left
\ 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