Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-5-2_DIY1
This project
Loading...
Sign in
Toggle navigation
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
9fc7ab5f
authored
Oct 31, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
4a614921
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
m.py
m.py
0 → 100644
View file @
9fc7ab5f
#name=input("你的名字是什么?")
#score=input("你的分数是什么?")
#print(name+"的分数是"+score+"分")
#date=input("今天星期几?")
#lata=["星期一","星期二","星期三","星期四","星期五","星期六","星期七"]
#if date in lata:
# if "星期一"==date:
# print("今天学钢琴")
# elif "星期三"==date:
# print("今天学编程")
#elif "星期六"==date:
# print("今天学英语")
#else:
# print("今天学国学")
#else:
# print("输入错误")
#print(date)
#import random
#list=input("你叫什么名字")
#lest=["糖","水果","ipad","笔"]
#CBA=random.choice(lest)
#print(list+CBA)
#import turtle
#pen1=turtle.Pen()
#pen1.left(90)
#pen1.circle(50,180)
#turtle.done()
#import turtle
#pen=turtle.Pen()
#pen.left(45)
#pen.forward(100)
#for i in range(2):
# pen.left(90)
# pen.circle(50,180)
#.left(90)
#pen.forward(100)
#turtle.done()
import
turtle
pen
=
turtle
.
Pen
()
pen
.
circle
(
50
)
pen
.
up
()
pen
.
goto
(
100
,
0
)
pen
.
down
()
pen
.
circle
(
50
)
pen
.
up
()
pen
.
goto
(
200
,
0
)
pen
.
down
()
pen
.
circle
(
50
)
pen
.
up
()
pen
.
goto
(
50
,
-
70
)
pen
.
down
()
pen
.
circle
(
50
)
pen
.
up
()
pen
.
goto
(
150
,
-
70
)
pen
.
down
()
pen
.
circle
(
50
)
turtle
.
done
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment