Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_3
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
c12f364d
authored
6 months ago
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
58fce939
c389622l843p472a8870/cloud858161
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
4.py
p.py
了。py
4.py
0 → 100644
View file @
c12f364d
import
turtle
pen
=
turtle
.
Pen
()
pen
.
goto
(
0
,
0
)
pen
.
pensize
(
5
)
pen
.
pencolor
(
"red"
)
pen
.
fillcolor
(
"yellow"
)
pen
.
begin_fill
()
for
i
in
range
(
5
):
pen
.
forward
(
200
)
pen
.
left
(
144
)
pen
.
end_fill
()
turtle
.
done
()
\ No newline at end of file
This diff is collapsed.
Click to expand it.
p.py
0 → 100644
View file @
c12f364d
n
=
int
(
input
(
"输入压岁钱"
))
print
(
"可以购买"
,
int
(
n
/
23
),
"本书,剩余"
,
int
(
n
%
23
),
"元"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
了。py
0 → 100644
View file @
c12f364d
print("输入压岁钱")
print("输入压岁钱")
print("可以购买[]本书,剩余[]元")
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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