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
fed590e6
authored
Jun 26, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
6591355d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
114514.py
diy.py
114514.py
0 → 100644
View file @
fed590e6
lovelive
=
{
"香蕉"
:
199
,
"苹果"
:
250
,
"芒果"
:
225
,
"葡萄"
:
180
,
"西瓜"
:
114514
}
mom
=
input
(
"请输入西瓜今日价格:"
)
if
mom
in
lovelive
:
if
mom
>
lovelive
[
"西瓜"
]:
print
(
"这个是西瓜
\n
是个好东西
\n
黑人售卖
\n
店面还超大"
)
else
:
print
(
"先买个一车再说"
)
else
:
print
(
"有这个东西吗???"
)
\ No newline at end of file
diy.py
View file @
fed590e6
...
...
@@ -2,6 +2,7 @@
dict
=
{
'可口可乐'
:
3
,
'旺仔牛奶'
:
4
,
'农夫山泉'
:
1
,
'辣条'
:
3
,
'巴西烤肉'
:
2
,
'果冻'
:
4
,
'乐事'
:
5
,
'奥利奥'
:
10
,
'巧克力'
:
6
}
r
=
input
(
"亲,请问亲要买点什么呢?:)"
)
if
r
in
dict
:
print
(
"亲,您需要购买的商品是"
+
r
+
"吗?如果是的,请使用现金支付(仅支持
100元以内纸币
)"
+
str
(
dict
[
r
])
+
"比特币:)"
)
print
(
"亲,您需要购买的商品是"
+
r
+
"吗?如果是的,请使用现金支付(仅支持
比特币支付
)"
+
str
(
dict
[
r
])
+
"比特币:)"
)
else
:
print
(
"亲爱的用户,亲没有找到您需要的商品呢~
\n
可能是以下其中的一个原因:
\n
1.网络不好
\n
2.没有这个商品
\n
3.已售完"
)
#如果你愿意的话,亲可以充值10000000000000000兆比特币
\ 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