Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson2-4-1_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
1c5b0f38
authored
Sep 20, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
17eb4bc6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
交互的接口固化速度加快国际化更加快速的.py
撒旦艰苦户籍科地方很多尽快恢复健康还是.py
交互的接口固化速度加快国际化更加快速的.py
0 → 100644
View file @
1c5b0f38
a
=
input
(
"请输入姓名:"
)
a
=
input
(
"请输入姓名:"
)
b
=
input
(
"请输入成绩:"
)
print
(
a
,
"的英语成绩是:"
,
b
)
\ No newline at end of file
撒旦艰苦户籍科地方很多尽快恢复健康还是.py
0 → 100644
View file @
1c5b0f38
a
=
input
(
"今天星期几呀?"
)
a
=
input
(
"今天星期几呀?"
)
list1
=
[
"星期一"
,
"星期二"
,
"星期三"
,
"星期四"
,
"星期五"
,
"星期六"
,
"星期日"
]
if
a
in
list1
:
if
a
==
"星期一"
:
print
(
"今天学钢琴"
)
elif
a
==
"星期三"
:
print
(
"今天学编程"
)
elif
a
==
"星期六"
:
print
(
"今天学英语"
)
else
:
print
(
"今天学国学"
)
else
:
print
(
"你是白痴吗?"
)
\ No newline at end of file
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