Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson10-5
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
d925419d
authored
Jan 15, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
3ad07a69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
123.py
QQQ.py
123.py
0 → 100644
View file @
d925419d
a1
=
input
(
'指挥你认罪吗?请回答认罪或不认罪:'
)
a2
=
input
(
'柴可夫斯基你认罪吗?请回答认罪或者不认:'
)
if
a1
==
"认"
and
a2
==
"认"
:
print
(
"各判10年"
)
elif
a1
==
"不认"
and
a2
==
"认"
:
print
(
"指挥判20年,柴可夫斯基判1年"
)
elif
a1
==
"不认"
and
a2
==
"不认"
:
print
(
"都判3年"
)
else
:
print
(
"柴可夫斯基判20年,指挥判1年"
)
\ No newline at end of file
QQQ.py
0 → 100644
View file @
d925419d
import
turtle
pen
=
turtle
.
Pen
()
pen
.
left
(
45
)
pen
.
forward
(
100
)
pen
.
left
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
left
(
90
)
pen
.
circle
(
50
,
180
)
pen
.
left
(
90
)
pen
.
forward
(
100
)
pen
.
hideturtle
()
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