Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson8-4
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
5f2ee3f5
authored
Dec 23, 2023
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
21e512a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
diy.py
jkj.py
diy.py
View file @
5f2ee3f5
...
...
@@ -2,6 +2,6 @@ dict={'北京烤日本':900,'巴西辣条':10,'印度焗蜗牛':20,'10000年拉
99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
,
'铁板作业'
:
25
,
'油炸试卷'
:
10
,
'红烧教室'
:
80
,
'铁锅炖小贝'
:
90
,
'农夫山贼'
:
5
,
'忘仔糖'
:
90
,
'甜条'
:
20
}
k
=
input
(
"你想买什么"
)
if
k
in
dict
:
print
(
'你的'
+
k
+
'需要支付'
+
str
(
dict
[
k
])
+
'欧元'
)
print
'你的'
+
k
+
'需要支付'
+
str
(
dict
[
k
])
+
'欧元'
(
)
else
:
print
(
'你的'
+
k
+
'没有卖的,赶紧走开'
)
\ No newline at end of file
jkj.py
0 → 100644
View file @
5f2ee3f5
dict
=
{
'辣条'
:
6
,
'可口可乐'
:
4
,
'农夫山泉'
:
5
}
k
=
input
(
'你想买什么?'
)
if
k
in
dict
:
print
(
'你的'
+
k
+
'需要支付'
+
str
(
dict
[
k
])
+
'欧元'
)
else
:
print
(
'你的'
+
k
+
'没有卖的,请走'
)
\ 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